Summary: Does anyone know if there is a batch file option to execute all programs or files in a directory? If not, does anyone know any easy C++ code on how to...
Summary: Hi guys.. I'm trying to make a rather advanced batch file.. I have a bootable USB device with DOS 8 and NtfsPro (read/write).. When booting from the U...
Summary: I'm trying to get a batch file to remove %SUBSET% from %VARIABLE%, and let me use the remainder as %RESULT%. However, I can't seem to get the SET ...
Summary: Hi Batch Experts, I have a batch file that (on exec) prints all the files (filename.ext only) in the current dir to a notepad and saves the txt ...
Summary: hello- i would like to create a scheduled task with a batch file. i have used schtasks correctly but whenever it creates a task it wont run. if i ins...
Summary: Hi Could anyone help me figure this out? I’m trying to create a batch file that will go to the C:\ drive and search for the last folder created ...
Summary: Hi chaps, I need to write a batch file to append the created date to the beginning of a bunch of files. There are hundreds of files, mostly office ba...
Summary: hi im trying to make a batch file that makes a .reg file but its not going as i planned this is what i have so far, can you tell me what im doing wron...
Summary: Hi I am writing a batch file to automatically run some commands by telnetting to a network device. Everything goes fine until the device asks for inpu...
Summary: I would like to write a batch file that would copy files from one directory to another but not overwrite OR abbort if a file already exists with that ...
Summary: This is a sample Batch file I made to launch 2 files - test1.txt and test2.xls "c:\documents and settings\user\desktop\desktop\test1.txt" "F:\IG\test2...
Summary: Hi all ! I know almost NOTHING about batch files :{ I would need one batch file that could backup data of the D:/ (Mapped drive) on our NT4 Server TO ...
Summary: Don't know about your XP system but on my 98 box there is another layer of random named subfolders under IE5.Content which is under the tempor~1 folde...
Summary: I want to do a (preferably) batch file, that searches for a certain string in a file and deletes the line its at. So if for example the file consists ...
Summary: I would like a batch file that will delete sub-directories and the files contained in them, but it should keep the most recent 10 directories. example...
Summary: @Echo Off For /F "tokens=* delims=" %%J in ('Type "C:\Documents and Settings\admin\My Documents\email test.txt"') Do ( Echo.^<%%J^>>>"C:\Documents ...
Summary: OK. Got this cracked now. SN, many thanks for the suggestions & pointers re use of .inf files. I've now managed to execute automated registry clear...
Summary: DOn't laugh, but what language are batch files written in? I looked online, and it seems everyone just sort of gives tutorials that assume you know "...
Summary: Mechanix2, I need some help creating an advanced ping batch file. What the batch file would do is this. A batch file running on server A would contino...
Summary: My problem is to write a batch file. I want the all the files to be copied from one machine to the other machine automatically. I wrote a small batc...
Summary: I am looking for a way to be able to execute series of command from a batch in a new window (without a need for a second batch file), for example exec...
Summary: Hi, I made a batch file that I put in a WinZip self extractor. The idea is that the zip-file extracts to a folder, and then the bat file gets executed...
Summary: I am in the process of creating a batch file that will present the user with a few options (using CHOICE), and then execute certain commands depending...
Summary: Hi, I'm currently struggling with a problem. I want to create a batch file that checks the file size of a file, and compares the size with the last ti...
Summary: I would like to create a batch file that will open a command prompt and have "net send computer" at the prompt. From there, the user can finish the l...