Summary: I need help with this batch file. I need it to Beep twice, and then kill every process that is NOT System, Network Service, and Local SErvice. I trie...
Summary: Hi, I have created a batch file that runs full screen and displays a lock screen. It is used at school because we cannot lock the computers. To unlock...
Summary: I created a simple batch file to lookup physical addresses on our network and store them to a file. You have to manually enter the IP, but I'd like to...
Summary: I have dated folders on local machines and I need some type of program or batch file to automatically pull those files to the server each morning. Th...
Summary: This may not be as trivial as it sounds, for a BATCH file at least. The variable %date% can be used to output the current date but, the format of the ...
Summary: Hey All, I am trying to get a batch file so that it will open up 5 web address's at a time but I want them all in different IE windows. So is there an...
Summary: I would like to take a txt file that I get from a batch file that does a DIR list and change it to html . But if I do that with the batch file it will...
Summary: I have a batch file that opens MS Outlook, then MS Access. It runs a few macros which will close access. What do I need to add to the batch file to ...
Summary: Interesting... Out of curiosity I wrote a quick app in C++ that uses the high-resolution timer and got very similar values to yours. My reason for usi...
Summary: This is really puzzling me. i have writen a .bat that xcopys a file. then runs a program. it then waits till i exit that program. then re copys a fil...
Summary: I am trying to write a batch file that will not allow normal users to change the desktop background as well as disabling the "Show All Hidden / System...
Summary: Hey guys, I've been working on a backup batch file to backup data on some machines and now I would like to add some command line switches for my batch...
Summary: I have a line in my batch file as follows: SET /P Folder=Type new folder name The folder name must be 7 numerical digits long. How do I check that wha...
Summary: Hello everybody, i would like to ask if its posibble to download a file from internet using batch file or in any DOS Programming (pascal,c++,c) and sa...
Summary: Hi, I have written a batch file that will write the entire contents of drive C: to a text file. I have two problems: 1) The script is told to create a...
Summary: hi guys Please help! Im simply trying to create a batch file that executes an EXE silently on a server share. So far i've tried the following but it d...
Summary: Hi everyone! I'm trying to do something incredibly specific; I need to reformat the output of DIR to something like this: PartOfFileName dd/mm/yyyy...
Summary: Hi, I'm working on an online project which involves over 50,000 images all identified by unique numbers. When adding updates, I run a query in my data...
Summary: Im trying to make a batch file to change my wall paper. This is among the first ones iv made, so I have no clue were to go.... Only one thing though, ...
Summary: Sir Daily various files are created in various directories on D drive of my windows 2003 server. In E drive, daily a sub-directory gets created with S...
Summary: Hello all, I'm having an issue with a batch file I'm trying to run. What I would like to do, is search for a specific file type and output the result...
Summary: I need to create a batch file to go through all the .CSV files in the local directory. I want to simply delete lines 2-29, 31-59, etc deleting eve...
Summary: I need help with a batch file, i need it to delete all folders, subfolders and files from C:\Documents and Settings except for five folders named: Adm...
Summary: I am trying to create a batch file that will pull in variables from a text file (each variable is on a separate line). The batch will need to execute...