DOS command HELP!!! - TechRepublic
Question
August 7, 2008 at 09:54 AM
danday3953

DOS command HELP!!!

by danday3953 . Updated 17 years, 11 months ago

I am writing a short command script and I need to have the directory in which the date is stored labeled as the date. Every time I think I have a new way to do it, it flops. Tried:
echo %date% >> date.txt | mkdir << C:\date.txt and: SET DATE = %date% then mkdir C:\DATE and: a variation of TYPE, SET, and MKDIR commands. Can someone help quickly, or am I doomed to the RIF??? danday3953[at]yahoo[dot]com

This discussion is locked

All Comments