Hello,
I´ve two Vista premium home Notebooks. One works - other failed doing this
with in a PBDos.exe
...
1) shell "copy c:\filiale\ll.dat c:\filiale\llok.dat"
--> DOS-error: File not found
If I do it manualy in the Dos-app then it works fine
2) trying this
shell "robocopy c:\filiale\ll.dat c:\filiale\llok.dat"
---> robocopy error 123 (0x0000007B) access to c:\filiale\ll.dat failed
If I do this manualy the same error occurred.
but the c:\filiale\ll.dat is there
3) Using Pbwin8.0
copyfile "c:\filiale\ll.dat","c:\filiale\llok.dat"
---> works file
Thanks for help
Matthias Kuhn
I´ve two Vista premium home Notebooks. One works - other failed doing this
with in a PBDos.exe
...
1) shell "copy c:\filiale\ll.dat c:\filiale\llok.dat"
--> DOS-error: File not found
If I do it manualy in the Dos-app then it works fine
2) trying this
shell "robocopy c:\filiale\ll.dat c:\filiale\llok.dat"
---> robocopy error 123 (0x0000007B) access to c:\filiale\ll.dat failed
If I do this manualy the same error occurred.
but the c:\filiale\ll.dat is there
3) Using Pbwin8.0
copyfile "c:\filiale\ll.dat","c:\filiale\llok.dat"
---> works file
Thanks for help

Matthias Kuhn
Comment