nuct
Programmer
- Sep 5, 2001
- 103
Hi i've written this:
for /f "tokens=1-4 delims=/ " %%a in ("%date%") do set dude=%%d%%b%%c
md %dude%
which makes a directory based on todays date. It works on 2000, but annoyingly does not work on NT4 Server. Has anybody got any ideas what the problem might be.
Cheers,
Simon
for /f "tokens=1-4 delims=/ " %%a in ("%date%") do set dude=%%d%%b%%c
md %dude%
which makes a directory based on todays date. It works on 2000, but annoyingly does not work on NT4 Server. Has anybody got any ideas what the problem might be.
Cheers,
Simon