06-15-2025, 05:04 PM
When I write:
CHDR "D:\Test_with_Files"
A = "Original.exe"
B = "Original_Copy.exe"
Filecopy A, B
A is existing on the harddrive but File B is not created. Why is that?
CHDR "D:\Test_with_Files"
A = "Original.exe"
B = "Original_Copy.exe"
Filecopy A, B
A is existing on the harddrive but File B is not created. Why is that?