Summary: I use the net send command often to inform people of computer related issues via win NT over the network. I tried creating a batch file to reduce the...
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: Hi, I've got Windows NT 4.0 running on a computer. There's another computer running Windows NT 4.0. Is there a way I can activate, from one computer...
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: When I'm using xcopy in a batch file to copy files from one drive to another I get a command query similar to this: "Does the destination refer to a f...
Summary: A batch file is a simple text file of commands with a .bat extension. From explorer tools, find file, enter *.bat this will search for all files wi...
Summary: I am using NTBackup (really!) to perform system backups. I have it schedules with batch files using the AT command. Problem is that half of the time...
Summary: is it possible to copy files from a computer to other computers on the network but in different (trusting) domains using a batch file - it would help ...
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 have a batch file which i use to refresh training data, that contains the following line: erase /s/q d:\sms When I run this batch file from STAR...
Summary: Hi, try to use the "call"-Command in your Batch-File. You will have to create a second Batch-File in which you put the executable-Command. And then yo...
Summary: What I want it to do is when a user runs the batch file... 1. Rename the C:\Temp directory to a directory called OldTemp"date created on". 2. Then hav...
Summary: I would like to rename numbers of files frome the name abc123.txt, abc456.txt ... to 123.txt, 456.txt ... So how can I trim the file name? Thank you ...
Summary: Cut and paste my friend everything below this line and put it into a batch file. ____________________________________________ @echo off if .%1...
Summary: I am trying to develop a batch file, which deletes user profiles. In our profile directory there are four user profile folders, which must not be dele...
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 there, Working on some batch files. Getting to a point where it is critically to delete everything in a couple of folders. I tried "ERASE" nd "DEL"...
Summary: I am trying to "kill" a process like in UNIX, but I don't know how it's done in NT outside of the GUI "Task Manager". My goal is to create a batch fi...
Summary: Hello, Microsoft KB Q174160 describes an error with the command interpreter. This error causes files not be created and extra characters inserted. ...
Summary: Is there a way to use scripts or batch files to open multiple files in different apps? I am looking for a simple way to open about four or five files ...
Summary: Greetings. I am currently working in a large multiuser environment where we are trying to implement a login script that will do an automatic install ...