Summary: I am wondering if it is possible to create a batch file that could search a directory for all occurences of some string in file names and then replace...
Summary: You need a program that will search your entire hard drive for a certain file description. XFF will search for files and has an option to delete if f...
Summary: Hi guys, Can anyone help me with a batch file that searches a drive for .pst and .dbx files through all dirs, then copies the files it found to a dire...
Summary: Im really REALLY bad at DOS but a school project has required for me to do the below mentioned task that i find daunting. All help is greatly apprecia...
Summary: I am trying to send the %%a value of the FOR command as a parameter to my 2nd batch file. Here is my code... @ECHO OFF REM REM -- Create 2nd batch fi...
Summary: I want to create a batch file that wil do three things with one click.I want to be able to delete cookies,temporary files and history.Is this possible...
Summary: I am new to writing batch files and i need a little help with a small problem. The following batch file says, "EXT.BAT locates files on the current dr...
Summary: I need to write a batch file that will search the hard drive for a file and if it exists, overwrite it with a specified file. The file could be in di...
Summary: Hi again. Well, checking if it's after 20:00h is REALLY more complicated. I could do it if ya really need it, but I think a win schedule program would...
Summary: Hi, I read your post a few days ago and thought I would give it time to arrive at some type of answer........lol! The above........check garbo is supe...
Summary: OH REALLY, BJARNI? WHAT ABOUT INCORPORATING ASSEMBLY LANGUAGE CODE INTO YOUR BATCH PROGRAM FILES? THAT CAN BECOME QUITE COMPLEX. NT DOS BAT FILES CAN...
Summary: For config.sys and autoexec.bat, just make the paths without the drive letter. Instead of C:\DOS\HIMEM.SYS, make it \DOS\HIMEM.SYS, then when you put...
Summary: HI, I am new to batch files etc, but not to much to dos and "fake dos". I was woundering is anyone knows anywhere for a good tutorial on batch files i...
Summary: [1] I don't believe that the %1 argument is not supported in xp/2000, although i may be wrong. It sounds like a problem to locate pack.exe. %0\..\pack...
Summary: I am in the process of creating an auto-install procedure for our software. So far I have the batch file (setup.bat) that will call the auto-installa...
Summary: I want to copy files onto either Win9x or Win2K computers with a single batch file. The files will be copied into different locations depending on the...
Summary: I've been trying to figure out how to copy the contents of a folder into another one using a batch file...Searching this site I've got as far as the ...
Summary: I've created a batch file with a menu inside, 1 to 7 choices. When I execute the batch file, the DOS window pops and closes right away and I don't kno...