Re: cmd help
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Date: Fri, 18 Jun 2004 13:51:27 -0400
"Aaron" <kuya789@yahoo.com> wrote in message
news:uPSAtqVVEHA.2972@TK2MSFTNGP12.phx.gbl...
> FOR /f "tokens=1-4 delims=/ " %%a in ('date /t') do set date=%%d%%b%%c%
> md "%date%"
>
> this gives me the folder 20040616
>
> how i can change it to 040616
FOR /f "tokens=1-4 delims=/ " %%a in ('date /t') do set date=%%d%%b%%c%
md "%date:~2%"
David
Stardate 4464.7
Relevant Pages
- Re: Deleting Multiple Users
... Administrator - several sub folders but essentially all practically empty ... David - PERFECT - just like old times. ... > You cannot log on to the Administrator account except in safe mode. ... > The Windows folder in the David folder is nothing to worry about--it is ... (microsoft.public.windowsxp.setup_deployment) - Re: =?ISO-8859-1?Q?Die_J=FCnger_-_Verein?= =?ISO-8859-1?Q?te_Gegens=E4tze?=
... Der David von Michelangelo ist also der biblische David, ... Weiteres zu Aaron: Er war der aeltere Bruder von Moses ... damit er mir den Priesterdienst ausübt! ... weil der Gott der Bibel es so wollte. ... (de.soc.weltanschauung.christentum) - Re: Comment a Folder (WinXP)
... >>Your question is how to add a folder comment. ... > So, learn to read David. ... >> Post a screenshot and an explanation bigshot. ... (microsoft.public.windowsxp.general) - Re: How do I get a list of all folders and their sizes??
... what a weird program Bill ... > Cheers, David ... >> which will generate a listing of folder names with total contained ... (microsoft.public.windowsxp.general) - Re: can not delete strange char file in internet temp folder
... "David" wrote: ... it will not show the folder which contains the ... char(& larr;) in file name I think I can delete this file. ... Explorer.exe to the command prompt, ... (microsoft.public.win2000.general) |
|