Summary: I've been looking all over the internet and I can't seem to find a solution. I'm not familar with batch files and need to create a batch file that wil...
Summary: Hi all, I'm trying to write a small batch file to run as a scheduled task in order to back up a database (MSAccess) we use at work. All I want it to d...
Summary: Hi, Can anyone please help me with a batch file that will run a program called "abc.exe" and when prompted to click "yes" or "no" it will automaticall...
Summary: Standard logon script running from a MS Server 2003 server on a Windows Xp machine. Here's the script (altered for security reasons): ***** net use u:...
Summary: create batch "fclean.bat" file with userinput option and put it somewhere on network or in their c:\ del C:\Documents and Settings\%1\Start Menu\Progr...
Summary: I need a couple of Dos command to make a batch file which will find a specific word from few txt LOG file like backup01.txt, backup02.txt and if Match...
Summary: I am trying to write a batch file that will rename a series of files within a folder. I need it to remove the first 8 characters, then add its own pre...
Summary: Is there any way I can make a batch file run every few seconds or so? I have made a batch file to run with a game I have which deletes some files whil...
Summary: At the risk of sounding patronising, you want to create a batch file but, and I quote: "im not really any good with batch files its pretty new to me t...
Summary: Hi all, I am quite new to windows batch file programming. Presently, i am trying to figure out how to write a batch file which could install a couple...
Summary: I am currently trying to write a batch file that will delete a list of files from all of my network drives. The problem I am having is getting the net...
Summary: Hi, I would like to know if I could close a process automatically using a batch file I can close a program using a batch file but I want to close a pr...
Summary: If notepad is opening them, it's probably because they have a .TXT extension. Batch files have to have a .BAT extension.If you can't see the extension...
Summary: Inside my comapny's network, I run batch files at users' logon to map drives, which we change periodiclly. The batch files are located on a server sha...
Summary: I have created a batch file that connects to a server and executes query in an sql file..In sql im deleting some records from the table..even after i ...
Summary: this is the batch file after changing from copy to type and from prn to lpt1 if %2a==a goto nospace TYPE \\path\vip\%1.txt >LPT1 goto end :nospace TYP...
Summary: Hi everyone, I'm trying to write a batch file that will open a program and then when that program exits open another program. Does anyone know how to ...
Summary: Hi, I would like to write a batch file which will pick a string from file A check if that exists in file B, if not there in file B write it to new fil...
Summary: Hello this is my second topic here, as i'm learning batch file coding and i'm new learner and all by my own, no one helping me, so i found this site i...
Summary: VLC is my default player for video files but some files and streams work better in MPC (Media Player Classic) I've been trying to create a batch fil...
Summary: Batch files can use the command line paramters passed to it to feed into other programs. If you were to want to do something like: temp.bat c:\temp...
Summary: Hi, Trying to put a batch file together that restarts a service. No problem with that part, here's an example... c:\windows\system32\sc.exe stop WmiAp...
Summary: Use the Site Search for this site. Search for: batch file You will find a lot of web sites about batch files mentioned in the resulting listed posts. ...
Summary: All those are good ideas. Here's a better one, that worked here for me: The boot information on your C: disk is corrupted. Boot your computer into ...