Actually, what I meant was I wanted to copy files to ALL the hard drives on the machine, even if they are network drives. I believe something like if exists C: GOTO USE_C? That's what I mean.
This is the actual command:
Code:
IF EXIST E:\NUL GOTO USE_E
But that doesn't work in a 32-Bit / Network Enviorment.
Tia
Last edited by Frostydasnowman; 10-29-2006 at 11:19 AM..
|