How do I get powerbasic to back up files to more than one disk, if the first disk is full?
I wrote this code:
shell "copy class.txt a:\"
The size of class.txt is 1.57 mbytes.
The computer responds with disk full.
"How do I get it to ask me to insert another disk to complete
the copy process?
Thanks,
Keith
I wrote this code:
shell "copy class.txt a:\"
The size of class.txt is 1.57 mbytes.
The computer responds with disk full.
"How do I get it to ask me to insert another disk to complete
the copy process?
Thanks,
Keith
Comment