I try to stop Lotus Domino server from command line (using net stop "Lotus Domino Server (EProgra
ilesIBMLotusDominodata)"). I get the error message that the service is not responding to the ...
Could you please help me in using Winzip's command line utilities in combination with a batch file to create a job that will check a folder for new files, and if it finds one, zip it up and pl...
I am using MSDOS.
Ver Command brings this up.
Microsoft Windows XP [Version 5.1.2600]
I am running a batch file named main.bat. If i browse to the folder and run the main.bat , it works...
I am trying to view files on
another machine using the DOS copy command (eventually I will want
to use the DOS copy commands). These machines are on a Local Area
Net. The files reside...
Hi,
I have been searcing for details on a script that will allow me to remove a folder using a wildacard, and all of its contents. The problem I have is a web application is creating a lot...
My company uses Active Directory with around 300 users and the way it was originally setup was each user has their own batch file that would run at startup, disconnect all network drives and r...
Hello,
I am using winsshd which doesn't have the option to role it's log files, as a result I am trying to rename the current log file so a new one is created next time winsshd tries to wri...
Hello,
I have been looking all over various forums that keep describing the problem of running a scheduled batch file in Windows Server 2003 when you are not logged in. Most of the replys t...
I would like a vbscript to ping an IP at certain time intervals (seconds ideally) and email me if the pings timeout. So far I have gotten the following code which runs the windows ping.exe, bu...
I'm trying to Migrate a users profile on their computer using USMT 301. The user is currently in domain1. I am moving the user account to domain2 using ADMT. Once the account is moved I try to...
I'm trying to run a command line program with a user provided switch using vbs (command with userid as switch. I have copied the problem portion of the script and several variations below.
...
hi, i try to do a batch file with xcopy and in my source and destination path i got some space ine file name wich give me an error (wrong parameter).
here my xcopy
xcopy \\serveur-01\S...
Alright,
Here's what I'd like to do...
First, ask the user for input, a computer name. Then take the computer name and look up the IP address. I'd then like to assign the IP address to...
Hi....id need some help from any1 who has a .vbs script to stop windows update services as i need to roll out this script via SMS 2003 for certain users. Pls advise. Thanks
I am working on a batch file to run a program from the local servers on each subnet. The base of the code was copied directly from another question here on Experts. The code itself does not...
I have this question, I have one serer thats connected via serial cable to the APC unit, I want to write a script tht will shutdown a few other server before the battery loses power. here is ...
Does anybody know how can I convert the following content of a .bat file to the argument of a Shell function? In other words, I want to call/execute this exact content with VBA:
C:\Programs\o...
Hi,
Need some help with writing a short MSDOS Windows script to monitor
a website's status & email the status out. The script will be run once a
day by Windows scheduler (script will loo...
Hello, Urgent
Can someone provide me with a SCP windows batch script which does the following.
(I assume WINSCP is the best to use)
1) Login to a Linux machine via WINSCP / SCP using a p...
I've tried to push an install to machines in our network. It is the re-pairing (/f |v|) option for PSS Direct Logon 7.2. Anyways, if I log onto the machine and run the following command in a ....
Here is an easy one...
I need the command that will delete a directory and all the files and folders within in.
I need for it not to ask if I am sure.
So far I've got
cd C:\DataUpdate\...
Basically, I'm trying to achive following :
:loop
if condition is true
then
{
echo "condition is true" > status.txt
perform_another_task1
exit out of this scri...
I have two folders containing approx 1000 files each that I need to periodically copy over to multiple computers on my network. Preferably using VBS as I have some small experience in vbs.
I need a batch file to move text files from folder1 into folder2. I want to create a new file called recfile2.txt and merge all txt files into that. If recfile2.txt does not exist yet I need...
How do i create a batch file to run setup.exe on computers on startup?