Summary: Hi all, I need to run vbscipt located on another server from my server after 2 minutes from (now), it is preferred to run that script at the CMD in my...
Summary: I finally got my VBS scripts setup to work the way I wanted, and then I set them to run as scheduled tasks. I'm having an issue every now and then wit...
Summary: hi everyone..im not a newbie to batch file ..i knw all the basics of it..i jus wanna knw tht im trying to mak a batch file which shuld get itself in s...
Summary: This is a two-step process. Step 1. In your Windows 2000 Start Menu > Programs > Accessories > System Tools > Scheduled Tasks set the various options...
Summary: I have been given s script to run on an RM CC3 network to allow the logon logo to change at specific times. The script I was given is: '##############...
Summary: i have a batch file which backs up info from a folder on the computer to a share on another computer. but, when i try to make a batch file to create a...
Summary: I am not sure what you mean by GIGO? I want to apply this script to all *.log files in c:\data directory. I will schedule it to run every 15 minutes. ...
Summary: I run batch files on 19 different computers from the scheduled tasks. Each one is set up with the same permissions and types of users. Only one will...
Summary: Hello, I have come across the code below to schedule a task via VBScript It works great with a couple of exeptions. a)Scheduled task is all greyed ou...
Summary: XP Pro. I am starting batch scripts using the Scheduled Tasks feature but cannot get the screen output which is shown when the scripts are run in Cmd...
Summary: Ok i'm kinda at a loss on this one guys. I'm trying to teach myself batch and vbscript for use at work. I ran into a problems. I have 2 reports that c...
Summary: Hi, I am trying to remove scheduled tasks off the computers on my network. I have been trying to write a batch to do this for me but I don't understan...
Summary: im running Vista I get an error saying that i cant run a AT command in interactive and to use SCHTASKS command. well im having a kinda of a hard time...
Summary: How about make your batch file configure the power options, then initiate a standby (http://www.google.com/search?sourceid=navclient&ie=UTF-8&rlz=1T4G...
Summary: Hi, I don't think windows scheduled task, supports running a script every minute, Instead, you can create a batch file which looks something like th...
Summary: I have installed IIS under windows 2000 to run my ASP file.After installing IIS i can see inetpub Directory in my C drive . With it there is a wwwroot...
Summary: Hi, I have a spreadsheet that is set to refresh/update with external web data every 2 minutes and what I want to do is to store a history of data in a...
Summary: If anybody's looking. I've spent some time with this and have come up with a method for sequencing. Never thought of multiple delays, but this is work...
Summary: Hi, I have a program that is used to backup several files. And it runs constantly. I have made this program in c++. I m using windows.h only. I want ...
Summary: Hi, I'm trying to have a .bat file set up as a scheduled task to upload files via ftp and then, if successful, delete the files locally. I have the a...
Summary: 1. Depends on the command line options of Winrar, but I think so. 2. You can include the redirection in the scheduled task's Run box 3. Nothing free, ...
Summary: I want a "C" source code file to run audio file in Linux. Once compiled the C File, whenvever its function is called in an application the soundfile h...
Summary: I'm using a scheduled task to call this .bat. In the .bat all I have is: C:\program files\program.exe When the program actually launches I have to ph...