Summary: Hey all-- Can someone point me to a primer on BAT files? I want to write a quick routine to backup some files and folders, and I'm wondering if it ...
Summary: Hi Could someone please compile a .bat file for deleting cookies, temporary internet files & history so i can put an icon in IE toolbar. This would be...
Summary: Can a bat file search a html file and strip out the url's from it and dump them to a txt file ? If so how would you do it ? "Don't know what you don'...
Summary: Is there any way to do modify the HKEY_CURRENT_USER on a mapped drive connected by USB or BartPE? I have admin access and know the user/profile name ...
Summary: I need some help with a bat file that I created. I am trying to make it stay minimized on my user's screens. Do I simply put Echo Off or @Echo Off i...
Summary: Hello, I need to create a Batch file that simulates keystrokes on the keyboard. I have a program that runs in the background, and is triggered by hi...
Summary: Hi All, Help me to create file (*.bat file) which will do the following: 1. Disconnect My Local Area Network, 2. Runs one *.exe program (lingvo 8.0 ...
Summary: Hello, To run a file from an application I have write the following bat file : Echo off START %1 EXIT %1 takes the variable for example C:\Temp\200...
Summary: im useing notepat to make .bat files can some help me im trying to lear commands for .bat files like echo and cls i know some but where can i get ...
Summary: Hello, I am looking for code to help create a .bat file for Windows that does the following: count = Number of files in a folder if count == 0, exit e...
Summary: Is it possible to create a .bat file that looks in a comma deliminated file for certain fields that for example: looks at one field if it is = 1 then ...
Summary: I've created a *.bat file based of some of the ideas http://ghost.radified.com/ghost_4.htm. My file will backup and check each of my partitions. The p...
Summary: hi, im new to .bat file but have already learned quite a bit about them but have hit a snag. i need to know if a .bat file can create a file e.g. "New...
Summary: I need to make a bat file that asks user the name of the file example "car" and the bat file will replace where file will write car and the it asks ho...
Summary: I've been trying to use SpamBayes with Outlook Express. Usually I'd have to open SpamBayes, then OE. I'm trying to create a .bat file so that I can ru...
Summary: hello, my friend (thinks) she is having a little problem, she thinks someone might be hacking into her computer. so I was thinking of making a BAT fil...
Summary: I'm trying to write a .bat file which opens a folder containing several files (.msg files to be exact), copies all of the files then opens another fol...
Summary: i would like to make a loop in a .bat file if thers a way i got one but theres to meny numbers 1- 255 ex; FOR %%1 IN (0 1 2 3 4 5 6 7 8 9 10 11 12 13...
Summary: Hi I am trying to edit a text file from a .bat file and can't seem to find a command that can crop the ends of the text string. The other solution wo...
Summary: Im trying to make a bat file that will produce a screen similar to the matrix code.( as in all the scrolling 1 and 0's). Could anybody give me the cod...
Summary: Thanks dtech10 the bat file fits the bill perfectly! Thanks Fred for your help as well. After I encorporated your snippet into the program I have s...
Summary: Hello All, I am trying to create a Bat file that would go ahead and start capture of text in hyperterminal and automatically name the file by date. ...
Summary: I want to make a bat file that will delete the Recent History in the My Documents . I have this right now . @ECHO OFF :START DEL "C:\Documents and Se...