OT: DOS programming
set variable=variable & "D" & ...?
Also, is there a command that will return ONLY the hour, the minute, etc?
Thanks in advance to all you programming gurus out there
How good are you with command lines? Do you have any other applications hand that would cut off file names?
You'd need to have a batch file that did someting like this:
generate time to a text file (cmd > test.txt)
then ren <filename> < test.txt (*should take contents of text file as rest of text)
There isn't astraight command line tool avail with windows to do this. You'd have to find/make one.



