Summary: I need a batch file that I can use to remove mscript.exe from 100 NT computers that all log onto a single PDC. A friend said that one was available vi...
Summary: Hi, can some one please help! How can i get a batch file to run when ever someone logs off a computer. Is this possible? Also how can i get a batch...
Summary: I have a folder with various forms on 7 different servers that I copy from my machine. Right now I am using the following in a batch file to copy the...
Summary: Hi I would like to add to my login script to update a file in the client machine by setting it to update every Friday. It's a *.exe file that I like t...
Summary: Try this to see if it works:- Create a plain text file with notepad containing a single letter Y followed by a carriage return. Save the file as yes....
Summary: Put an icon in Startup for all users pointing to a batch flie (below). ======= @START NOTEPAD.EXE "C:\PUBLIC\Instructior Notes.txt" ======= You just h...
Summary: To: Maurice Reed, Tjej Only loadwc.exe in HKLM\Software\Microsoft\Windows\CurrentVersion\Run and I had deleted loadqm in HKCU\Software\Microsoft\Wind...
Summary: I want to create a batch file which executes a windows shortcut. This might sound a bit strange (why dont I just execute the file directly from the ba...
Summary: Just using command in a batch file won't do for this task. the DIR command can sort the files listing into date/time order but can't filter as such. A...
Summary: hello sirs, I need to write a batch file that read the users names and passwords from Access file and stops running when finish. i need only the com...
Summary: Appreciate the perl idea, but the systems I need to do this on are part of a secure (read classified) network, and I'm unable to install anything on t...
Summary: My environment is WinNTserver4 & NTFS. The file is an Access 97 database that is automatically filtering data & exporting into a text file. I'm tryi...
Summary: Hi Does anyone know or know how to make a batch file to delete the local path or profile path under NT serve 4 user's profile. I have about 500 users ...
Summary: I'm fairly unfamiliar with using batch files for anything other than basic file copying. What I would like to be able to do: automatically add the sys...
Summary: I'm trying to get a batch file to do 2 things: 1)Open an MSAccess file using its associated workgroup. 2)Close the DOS command window as soon as Acces...
Summary: I am needing to create a batch file that will copy lotus notes files from a novell server to an NT server. This batch will run once when the user logs...
Summary: I need to create a batch file to correct a user's inabiltiy to logon to the server from another office location. See the following: I am here in DC I...
Summary: Is it possible to create a batch file to change your IP, Subnet Mask, and Default Gateway? I have a laptop user who travels to 2 cities (different ...
Summary: Hi all, I have a unique question here regarding the command utility pullmail and batch files. I'm using pullmail to grab mail from a non-local POP3 ma...
Summary: Hi, I am developing a Batch file to accept values at the the ime of execution and then call respective batch files based on the input given by the ...
Summary: Hi, I'am trying to schedule a batch file to run on a remote computer by using the AT command. When this batchfile is stored locally on the remote pc i...
Summary: Hello, I'm looking for some advice on batch files. I have a file called either blue.txt or red.txt located in c:\data. If the file is blue.txt i want ...
Summary: I am trying to set up a batch file to run 3 separate batch files.... basically the master batch file reads.. file1 file2 file3 where file1 is file1.ba...
Summary: Create a batch file to move the contents of the source folder to the destination folder. Add it in the Task Manager, and it will run automatically. ...