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