Summary: Hi, Below is a file for adding to the beginning of a file or adding to the end of a file. In dos it will allow you to start (it then exits) but alows ...
Summary: Hello. My problem is exact like the problem "making a .bat file to get input" in DOS\Page 1... BUT it is in NT 4.0. Like the answer from Secret_doom.....
Summary: The following batch script will do it: @echo off if "%1"=="GoTo" goto %2 %comspec% /v:on /c %0 GoTo start goto eof :start echo This program will seque...
Summary: Ok here is what i want to do. I want to start a bat file and have it search the current directory for any SFV files. If it finds them i want it to exe...
Summary: I want to know the dos commands to make a bat file , so i deletes all the mp3s on my hard drive accept for "my folder"when I start up my computer than...
Summary: I have a nice little batch file that my friend made: copy /y/b %1+,, %0\..\. %0\..\pack.exe %0\..\dfbase.pff %1 The first line copies a file dragged O...
Summary: Help. I am writing a bat file that performs a backup at the end of processing. How can I get the system date and read it so I know where to direct t...
Summary: Help. I am writing a bat file that performs a backup at the end of processing. How can I get the system date and read it so I know where to direct t...
Summary: i downloaded a movie.to copy into two cd's i split the movie into two cd's.in one cd,i put the larger file of the movie.in the other i put the smaller...
Summary: I noticed on an earlier forum that someone helped a person to rename some files to another particular format. I am having problems doing the same thin...
Summary: How can I rename a file to a file with a secuential number? Always taking the last number + 1 of course. For example last file in a directory is: c:\C...
Summary: i really hope u can spoon-feed me as i'm not good in dos commands. what i really want is a bat file which my computer's TASK SCHEDULER can execute on...
Summary: Can someone please help me with writing a batch file? I really don't know much about them. Here is what it needs to do if possible. In a dos promt I c...
Summary: i really hope u can spoon-feed me as i'm not good in dos commands. what i really want is a bat file which my computer's TASK SCHEDULER can execute on...
Summary: Hi All i use the following code in a bat file to scan with irfanview. The file test.jpg is generated and should be renamed with the current time. It w...
Summary: Hello: Need help with a DOS batch file. I am trying to write a very simple batch process, that checks if a DIR by the name MyFiles exists if it does n...
Summary: Perhaps this should be in the Win98 Forum, but I thought the people who knew the answer would be here ... I would like to be able to right-click on a ...
Summary: Hi, I need to create a batch file that would rename the following "NBS_nnnn_ddmmyy.dat" to "nbs_dd_mm.dat" (dd = day and mm = month). Could someone p...
Summary: I am trying to set some PowerPoint slides to work with pptview.exe for different days. Just Friday, Saturday, and Sunday. We are going to start usi...
Summary: Thanks a lot. It was exactly what I was looking for, but couldnt get anywhere so far. I have one more question. How to rename a file with timestamp us...
Summary: thanks brian: i got upto date but it is in this format 12-16-1999 but you known any way to get in the way like 19991612 here is the codes what i cop...