Summary: Hi I have setup up a batch job to collect some information. I need to include a command in the batch file so that the name of the file created is the...
Summary: {{{ http://www.batch.hpg.ig.com.br/index.htm }}} cheak out the above web site for details. anyways you'll want to use alot of %0 as well as the comman...
Summary: I need to copy a file from its original name to {test.txt} to {20030819.txt} The copied file name must contain the current date, How do I do This? ...
Summary: Thanks for that reference. I did check out that site - it is very useful. While those materials do cover many DOS commands, none of them appear to r...
Summary: How do I rename a file with the current date? eg test.txt to text20030422.txt -------------- for /F %%A in ("%DATE%") do ren test.txt test%%C%%A%%B.tx...
Summary: No, you won't lose any info and the current date and/or time is restored with a reboot. Blaster virus did not affect the 9x kernal. Do some virus and ...
Summary: How do you rename a file with the current date in a batch file. I can get the date but I can not get it in the file name. Any ideas? Example: take...
Summary: It makes perfect sense to me. He wants a batch file (he said "automatic") that will rename a file to the current date. Luiz, what you really need is t...
Summary: Thanks for your help. Net Start gives the services runing on the computer. But I want the process runing on the computer. I like to see all the proces...
Summary: I am having a problem with the consistancy of the TYPE command in DOS on two different systems. Specifically when trying to open the config.sys and au...
Summary: Hi , I am writing a Batch program ,in that i want to get system date ( Month ) into a varible will it be possible ?. I have a one value in a file , c...
Summary: hi i added a new feature to my datetime program, now you can add or substract days or month to the current date in combination with LSFDT and DELFLIS...
Summary: I guessed this would be the right forum to post this question to. See I have this problem at work, I do not have access to an admins access. I have fo...
Summary: I am running windows 98 and wanted to create a batch file that would copy a text file from one directory to a backup directory on our server and renam...
Summary: Let me see if I understood you correctly: The following lines from the FTP script (translatedata.txt): lcd /2003Äê/4ÔÂ cd /taizhan/tzbx/2003/04/ mget ...
Summary: Hi Madian You could try renaming your .txt and .exe files to the current date and ruuning the batch file below using your own directories. the...
Summary: I solved this for someone else and we ended up using the day of the week instead. Example: 1.log (Monday) 2.log (Tuesday) ...Etc. I spose you could ...
Summary: Well, I sent you the script for a batch file named CDat.bat (Copy by Date) or whatever you want to name it. To use the batch you have to type CDat Dir...
Summary: I have two questions about using DATE in dos. First> Within a batch file I want to use the system date to name a another file. I can get the value I ...