SitesMasstec
Programmer
Hello dear colleagues!
I have a procedure inside MENU0REC.EXE to copy all files in the current forder to an external drive.
I am simplifying the command here:
Problem is:
MENU0REC.EXE is inside C:\DEPOSITO\THAWTE folder and must also be copied to G:\, and error appears when executing the procedure inside MENU0REC.EXE.
Is it possible to circunvent this problem?
Thank you,
SitesMasstec
I have a procedure inside MENU0REC.EXE to copy all files in the current forder to an external drive.
I am simplifying the command here:
Code:
COPY FILE C:\DEPOSITO\THAWTE\*.* TO G:
Problem is:
MENU0REC.EXE is inside C:\DEPOSITO\THAWTE folder and must also be copied to G:\, and error appears when executing the procedure inside MENU0REC.EXE.
Is it possible to circunvent this problem?
Thank you,
SitesMasstec