I would like to run this batch file code over two drive letters (C AND D). Can you help me accomplish it?
Code:
@echo off
@for /R %%G in (*.txt) do copy NUL "%%G"
Thanks!
__________________
Made2Own
Last edited by Brian07002; 09-23-2010 at 05:47 PM..
|