I have a batch file that contains the following command line:
copy c:\data\data.mdb c:\backup\backup.mdb
When the batch file runs it asks if it is looking for a file or a folder. The prevents me from running the batch file unattended.
Is there a swith that tells the copy command that I am automatically looking for a file and not a folder?
copy c:\data\data.mdb c:\backup\backup.mdb
When the batch file runs it asks if it is looking for a file or a folder. The prevents me from running the batch file unattended.
Is there a swith that tells the copy command that I am automatically looking for a file and not a folder?