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: How to get a return variable from the called batch-file ? I'm having two batch files as follows A.bat : for /f "tokens=* delims=" %%a in (files.txt) d...
Summary: I'm trying to get a batch file to remove %SUBSET% from %VARIABLE%, and let me use the remainder as %RESULT%. However, I can't seem to get the SET ...
Summary: How to call one batch file after completing of another batch file. i am having one batch file to run the jboss server,after the server started.Then on...
Summary: Hey, I have a batch file that I have written that will (eventually) install a few files onto the users computer from a CD Rom. However, I am wondering...
Summary: While scanning invoices from our scanner to a catalog on the server the file(s) are saved as: FAKT.PDF FAKT(1).PDF FAKT(2).PDF ... and so on ... My go...
Summary: I have share on a server in which i have files being saved to. I need to purge this folder every so often of files that are no older then 2 days. I ha...
Summary: Hi all - I'm trying to automate the process of disabling various junkware from running at boot on a number of public machines I manage. I need to writ...
Summary: I need to create a batch file that will compare files and folders on a server to their counter parts on a workstation and delete anything older than a...
Summary: Hi, im having this weird problem.. in fix.bat, %%? should be the filename.. but it isnt. first when get_item_dsc=1 i call a batch file in the items fo...
Summary: Relates to an ealier post with title: Batch File deleting files by date? HAD TO CHANGE FOLLOWING TO GET WORKING 1. In Line: for /f "tokens=2" %%i in (...
Summary: Hey, Just have a quick question, My batch file won't call the program I tell it to. I tell it CALL C:\programfiles\blah\blah.exe and nothing happens.....
Summary: Hi, how can I call from a batch an html file that is stored locally and have it come up with the default browser ? My plan is to create a CD that ca...
Summary: Hi Ivo, Sorry because I was not clear.. well the batch file is counting the number of the lines and then depending on this number I'm calling other sc...
Summary: Howdy- I could use some guru guidance on a tricky task! This is third category post, but I am confident that I have the proper forum because it utiliz...
Summary: I need a sample batch file that will ping several servers and send the results to a log file, with a time stamp as well. If possible, it would be gr...
Summary: HI, I need to create a batch file which has to telnet to a unix server and run the .ksh. this batch file i will call in my BI job before i run the jo...
Summary: Hi M2, @echo off for /f "tokens=*" %%I in (IPlist) do call :pinger %%I goto :eof :pinger echo %TIME% >> pingLOG ping %1 >> pingLOG :: DONE I am using ...
Summary: Hey there this might be rehash sorry. Need a batch file to use a command I have called uptime.exe against a list of servers (server.txt) and sent the ...
Summary: Hi Guys, I am suppose to modify a batch files script but I am having a lot of problems in getting it to work can someone please advise on how to modif...
Summary: Hello I'm making a Batch File AI program. I've just started, but i'm having a few problems. I'm using 2 Files: One with the Main actions, and another ...
Summary: PROBLEM 1. UNKNOWN SOME EMPLOYEE IS CHANGING THE COMPUTER SYSTEM CLOCK TO MANIPULATE THE TIME STAMPS THEN RUNNING ATOMIC CLOCK TO RESET IT 2. I NEED...
Summary: I created a batch file which would create a directory of a specific drive letter on each of the (6) servers I'm trying to account for. The output is j...
Summary: Hi, I have Parent file DEL_FOLDER.BAT which call Del_archive.bat file . Batch file Del_archive.bat contain a question for user to delete or not the ar...
Summary: I have one batch file calling a second. In the second file there is a FOR loop. I exit the FOR loop with a goto :EOF command but this seems to en...