I want to execute a program to copy all files in drive a: in to a given folder preferably by using a DOS batch file without getting halted if there is no disk in drive a:.
Eg: copy a:\*.* c:\*.* will give a "not ready reading drive a:" message and the batch file is halted there.
If this is not possible with DOS, Can anybody give me the source code of a program in Visula Basic or DOS asembler(Debug) to do the same job.
Eg: copy a:\*.* c:\*.* will give a "not ready reading drive a:" message and the batch file is halted there.
If this is not possible with DOS, Can anybody give me the source code of a program in Visula Basic or DOS asembler(Debug) to do the same job.