Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Simple Batch File Help
Name: deathcube Date: May 16, 2005 at 19:32:47 Pacific OS: NT 4.0 CPU/Ram: P3 512
Comment:
Hi, I'm sure this is a no brainer for you experts but since I have no brains, here goes: I need a batch file that will stop a SQL service.
Copy contents of a folder from one drive (D:\) to a folder on another drive (F:\)overwriting the files on the destination folder each time.
Restart the SQL service.
I will setup this up to run with the Task Scheduler.
Summary: Thanks to all who replied... unfortunately, I'm no closer. Perhaps some endeavoring soul can tell me why the following batch file isn't working on an NT system- excerpts follow: @ECHO OFF IF Windows_N...
Summary: I know, I'm dumb.....What would be the correct syntax if I want to create a simple batch file that will map multiple network drives at once? For instance if I wanted to map A: \\server1\share1 B:...
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 have it make another directory C:\Temp How would I co...