On WinXP SP3 I want to run a couple of ROBOCOPY.EXE commands one after the other at low priority in a CMD script. If I use the START command to set the priority like this
START "ROBO C" /WA...
Dear All,
Im searching for a script that can do the following:
1- Change the passwords for 100 users in active directory widows 2003.
2- The new password should be randomly for each user...
Hi All,
I need to write one batch script which delete folder/subfolders/files recursively .
I have 3 path:
c:\test\one
c:\test\two
c:\test\three
I need to delete everything under the...
I have a small program that I have customers install on their computers so I can remote in to help them. I would like to create an easier way for them, ie buttons they click and it will do the...
Hello, I need a cmd or bat script (Windows XP/NT) that copies files based on a timeslot. The audiologging of my radiostation writes files in a directory. The files have a unique name (date and...
Is there a simple way to use a batch file to delete an empty subfolder? I can delete all of the contents within a folder but I can't seem to delete the leftover empty folder.
Need help to: write a script that copies, and renames them to username_date_outlookarchive.pst and then copies them to a shared folder on the server so backup exec can grab them; configure to ...
Hello,
Id like to create a network login script but would like some help on what the best method is. Is using VBS or using a batch file the best/most reliable method?
Many users already ...
Hi,
Remove groups from users different groups from different users. File as this.
I have a txt file as
Username,Group1,Group3
Username1,Groups3,Group4
Username2,Group6,Group1
So wh...
I have two login scripts (batch). The first one uninstalls an application, and the second reinstalls the same application. The problem is, the second one starts to run before the first finis...
I have a batch file that I created to open an access database. start /MIN msaccess.exe "S:\DATABASES\In Out Board\FrontEnd_IOBoard.mdb" /x mcrNormalStart
The problem is that it is supposed...
I am trying to automate a visual studio 2008 build through the command line. I perform the following actions in a batch file to get the visual studio command line "plug-in" commands to work:
...
Hello everyone,
I need to copy a .jpg from my server to my pictures on all computers on my network. Does anyone have a script that would do this for me a logon?
Thank you,...
I want to change the headers to be Active Directory Import friendly. So for example I have email address I want to change to a heading called "mail" and lastnames to the ad friendly surname. ...
Hi,
In the previous question I got a script to move files into folders batched 100 per folder.
Now I'm having the problem of finding the files I'm looking for.
Is it possible to make some s...
Is there a way to create a batch file that runs Ctrl+alt+del
Hello,
We are using A W2k3 R2 domain on the server side and Windows XP on the client side. I would like to be able to know on a workstation if a local printer exists (i.e. USB printers) and...
Hello:
I am trying to run a simple batch file for an automated robocopy.
robocopy C:\DOCUME~1\Vgasca\MISDOC~1 v:\backup /mir
It was working fine a couple of days ago, but now the comma...
Using Windows 2003
Is there a way (without adding third-party tools) to use a BAT or VBS script to create a Compressed folder (.zip) and then move files into it?
Thank you.
I have 3 Windows XP Pro pc's on a 5 pc peer to peer lan that all of a sudden stopped reconnecting to a mapped drive at startup. I can open up my computer, then open up the mapped drive withou...
I have a batch file that gets passed a parameter. The paramater ends up being the subject for an e-mail. I want to check the parameters last three characters for "- 0" and if it is true exit...
Hi,
I want to edit our login script to add a printer mapping for lpt2.
After it is done, I do not want it to remap every time the user logs in.
Is there a way to check if the port is ...
I am running an old-fashioned batch file via Task Scheduler for one particular backup. My question is, is there a command switch or 3rd party utility that will tell me how long it took for th...
Hi, have added the following commands at the end of my batch script
Rem Store backup Script
net use e: /d
rem Store - 001
ping 10.10.10.2
net use e: \\10.10.10.2\2007 /user:admin pass...
I have a USB drive with diagnostic software on that runs from a batch file, and the software generates a report that is saved back to the external drive.
The problem is that I have to stip...