hi experts
i am looking for a solution that is able to help me remotely obtain machine type and serial number from the IBM machines... thanks inadvance
How do I create a script that will check whether a particular service/s is stopped or running and if stopped, start it?
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 have a folder of dll and ocx files that need to be copied and registered on user PCs in order to install a series of custom built VB applications. There is currently an interactive installer...
We are having problems deleting a registry key from Windows Xp sp2 machines. We need to create a script that I can roll out to our end users that removes the following registry key.
HKEY_LOCA...
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...
Hello Experts,
I would like to know how I can ensure that a previous command has completed before the next command is executed in a DOS/Windows batch file.
This is my situation:
- I hav...
Hello all -
I have WSUS running - after updating to 3.0, I currently have about 93 clients that aren't checking in.
During the troubleshooting process - I found network connectivity to ...
I've installed cygwin's openssh library.
i have created a DSA key pair using ssh-keygen with out passphrase to enable automation
I copied the pub key to the server
on the cygwin shell promp...
Trying to use the command 'permcopy' to copy the share permissions from one folder to another. The problem being that I am writing this in a batch file, which will be run on 200+ machines. T...
We have a file that is linked to from our intranet. The file is a PDF file that a process recreates with the same name every several hours. The problem is, if a user is viewing that file (or h...
I want to come up with a Batch File or VBS Script to turn off the monitor on my computer.
Any Ideas? Because my monitor's button is dying and it's out of warrnaty.
I've been using a 3rd par...
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 ...
Hi all, I have a need for the batch script and am limited in my knowledge of it. I was hoping someone could help me write it, or at least the parsing portion of it. It needs to do following:
...
W2k, I need a batch file which will run through a folder, and all it's subfolders, deleting every folder in the subfolders EXCEPT ones named "images". Right now, the top folder is called "Supp...
Hi All,
I am looking for a DOS batch script that will look in one directory and for each file in there it should remove every empty line and the CR which terminate sit.
What I have.....
...
Greetings!
Some time ago I've created a bat file that deletes all defined files (w or w/o mask) in all subdirectories from current. But lost this one and forgot how it was done... :)
Ple...
I have a batch file that runs xcopy and copies files/folders from one server to another this batch file is scheduled with task scheduler.
I need someone to help elaborate this batch file so t...
Hi,
I have a folder, which contains lots of files, which are put there by FTP. C:\testing\in
When the files are being transferred by ftp their name is appended with .filepart and when ...
I have about 1500 files that are prefixed with -- "1 - " (that is one, space, hyphen, space) up to -- "1500 - "
I need a batch to get the file name and strip out this prefix of -- number,...
Hi
I'm trying to compare two files in a MS-DOS batch file. The one file is local whilst the other is on the server, so I want to do a timestamp comparison only, not a full compare. Is this...
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...
Hello Experts,
I am hoping someone can assist me with this challenge I am facing. I have a Windows 2000 Server which is just a member server part of a DOMAIN. It has about 200 LOCAL compu...
I have a variable that I need to replace all back slashes to forward slashes for an ftp script. This is what I'm doing now:
SET LOCATION1=App_Code\DataAccess\Site1
SET LOCATION2=App_Code/D...
Hi there,
I am running WinZip Pro v10.0 and using the command line wzzip.exe add on to perform archiving of data for backup purposes in a batch file.
Lets say I have the following folder s...