Summary: I got a program which creates batch files, and then they are ready to be run... it would be nice if they would be able to delete themselves after runn...
Summary: I'm not real sure what your asking except that you want to parse a command... use the %1 sign for the parse ie. copy con xxx.bat cd\xxxx filetorun %.x...
Summary: This one will delete itself after the 5th run. Doskey must be in the path (or running). :: delme5.bat :: deletes self after the fifth time run @e...
Summary: After finding a chacter string in a given file, I want to rename the file using a portion of that character string. 1. I am using a .bat program 2. Fi...
Summary: Microsoft® Word for Windows™ ® Version: 6.0 Product Support Services Subject: How to Optimize the Performance of Word 6.0 Application Note 5/94 * ...
Summary: Microsoft® Word for Windows™ ® Version: 6.0 Product Support Services Subject: How to Optimize the Performance of Word 6.0 Application Note 5/94 * ...
Summary: I would appreciate if any one can provide any info/help on this. I am trying to execute several bat files depending on my log file. I got a bat1, ba...
Summary: Microsoft® Word for Windows™ ® Version: 6.0 Product Support Services Subject: How to Optimize the Performance of Word 6.0 Application Note 5/94 * ...
Summary: Thanks a lot PS- Is there a way to tell the file to erase itself after it does the update? In other words after it appends to the text file there is 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: Hey .. .i've been wondering is there anyway to make a .bat file to run programs on a usb?.. so that it will either ask you to input a name to run the ...
Summary: I am trying to write a batch file that will back up selected files...folders actually. I would like to backup everything in my 'My Documents' folder....
Summary: I start a program with a batch file. I want to insert an if then command, something like if date > 11-31-03 then del c:\filename.exe goto end end if ...
Summary: i had changed my file association with bat files to 4DOS and now i've unistalled 4DOS and back to the usual command.com, my batch files no longer run ...
Summary: I'm writing a bat file as an assignment at Tech (college) and i need to know this (please!) * how do you display the time, or date without it promting...
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: Hello again secret_doom. Sorry to bother you again. But i don't get the file to work. Here is the Problem, it look's like this. @echo off echo. echo ...
Summary: Dear all, Could anyone help me with the following problem? My fortran program uses a parameter file to retrieve some parameters. One of these paramete...
Summary: Hello here is another bat file question, i made a bat file that generates m3u play list files and a sfv i am trying to get it to name the m3u and sfv...
Summary: Hi, I am writing a bat file to execute #50 number of *.txt files. For that I am writing a bat file below: /xxx doc1.txt /xxx doc2.txt /xxx doc3.txt /x...
Summary: How can i write from a bat file, into Autoexec? for example, i want to make a script that will delete c:\jw\*.*, everytime the the computer start, and...