Summary: Trying to call a batch file on a server1 from server2. Problem is both servers exist on different domains. Domain2 on which server2 resides has a name...
Summary: Thomas, try something along the lines of this. ECHO. | DATE | FIND "Fri" > nul IF NOT ERRORLEVEL 1 CALL BATCH.BAT If you want to delete the ...
Summary: Are you just invoking the second batch file are are you really calling it with a CALL statement? The CALL statement allow control to return back to t...
Summary: Thanks M2, but I'm still a bit lost here. And yes, I am using XP. Didn't understand the categorization before I posted the message :( As I read each...
Summary: To Delete a dir and all contents ... deltree [drive:/path/dirtobedeleted] So you woulden't want to type something like c:>deltree c:\windows ;-) -----...
Summary: Sorry here is a copy of the batch files. Bat1 does a for loop and calls Bat2 for /F %%i in (servers.txt) do winmsd3.bat %%i I havent gotten far enough...
Summary: Hi, I've been working on making a nice little batch script to automaticaly restart a game server upon program crash. The problem is that under Win98 t...
Summary: I trying to create batch file /s that would do the following things: 1st - Copy files between file servers (3 or more file servers) 2nd - Create a l...
Summary: I need a simple batch file that will call another batch file on a server every hour in a loop until stopped. The call feature is not the problem. It i...
Summary: Hi, hope someone cna help me here... I've got a batch file that calls a C++ app which in turn uses the NET USE cmd to connect to servers and copy file...
Summary: I try to call multiple batch files within one batch files, but when the first batch file is ready it does not return to the original batchfile to call...
Summary: Hi all, Thanks a Lot for your response!! I found that the terminal services client stops the processing of the batch file when using both Call comman...
Summary: Hi, I need to create a batch file that will copy two text files from a server drive and append them to a history text file. I think I need to use the ...
Summary: I need help with writing a batch file that returns an error code to another application (app1). My batch file is called by another application, when m...
Summary: sorry, what i mean is i need to install win 2000 server copy that has "batch file" copy to it, when the install is about to take effect the os will in...
Summary: You might try using EDLIN to create an ASCII text file with one line consisting solely of a carriage-return/linefeed. I'll call this file CRLF.TXT. Fo...
Summary: Hello, I am a novice user and would like help in creating DOS batch files. What I am trying to do is create a batch file that can move files from one ...
Summary: Hello to all: I'm having a little problem with 2 batch files I have. I will refer to them as 1.bat and 2.bat What I would like to complish is as fol...
Summary: Hello, There is a task of unzipping tar files using winzip32 through a batch file. when the batch file calls winzip32, it invariably extracts ...
Summary: Win98se, P111 650mnz, IE 5.5sp2 I have been using a very handy and effective little batch file, called "clean9x.bat" (8kb), that I received from Fred ...
Summary: Hey, I just tested the script and found out a bug, besides the fact that you could run out of enviroment space. Here's the script with the error corre...
Summary: Hi there. You said you wanted the label to use in an another batch file, so I think it would be good to assign it to a variable... I'll use Pyros code...
Summary: Hi, Below is a simple bat using the user input. See (copy con). Have the input sent to a secondary bat. It will rename the file. Sorry this paper doll...
Summary: nathan wrote: > the wait programs wont exactly do > what i am trying to do What do you mean by that? "Wait programs" generally run for a specified amo...
Summary: Ok..been trying all the things I know and alot of examples from this forum, but I can't seem to "hack" it enough to get what I need. I wrote a simple ...