D
djc
how can I tell if a folder or drive is empty via a dos batch file (no wsh
support for this)? It needs to be part of a batch file run from a win98 boot
disk. I need to test for this condition and take action only if the drive is
empty.
any ideas?
I think I could use the 'dir' and 'find' commands to do this by testing for
'file not found' but I was wondering if there was a more direct or better
approach than that.
anyone?
thanks in advance.
support for this)? It needs to be part of a batch file run from a win98 boot
disk. I need to test for this condition and take action only if the drive is
empty.
any ideas?
I think I could use the 'dir' and 'find' commands to do this by testing for
'file not found' but I was wondering if there was a more direct or better
approach than that.
anyone?
thanks in advance.