>Anyone have any idea how I can get a batch file to insert a month/day format
>in sysxxxx.txt so I can schedule it to run daily?

:GETDATE to env variables
for /f "tokens=1,2,3,4* delims=/ " %%i in ('date /t') do set 
TDDAY=%%i&set TDDD=%%j&set TDMM=%%k&set TDYY=%%l

Len


Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Reply via email to