Hi,
I'd like to pass a parameter (a variable in SSIS) to a batch file (run the batch file with a execute process task in SSIS). The parameter is a file name. Inside the batch file the paramet...
We have a 2003 domain setup and we need to have the local administrator account "password never expires" box unchecked on every windows computers on the network. Right now every box is check...
Hi,
I am trying to add a check in my batch file to check if data exists in a particular folder before calling an external tool.
the batch file code is as follows:
@echo off
echo Tran...
SCENARIO:
I have two batch scripts, that are processed in the following order:
1. script #1 -> uninstall software
2. script #1 -> creates on the fly script #2 which is placed on the cli...
I am running Windows 2003 and Citrix on 2 box, recently we running out of disk space.
I would like to write the batch file which will run every night to delete all the users profile, except ...
Hi,
I need a script that will be assigned via GPO on startup to move computers from the default Computers OU to their corresponding OU based upon first 5 characters of their computer name. ...
Running Windows XP Pro
How do I add a network printer via the command line? I would like to eventually set this up in a login script.
Hey All,
I'm trying to create a REG ADD command line but I keep getting errors can someone please help me with the Syntax. Here is the export out of the registry that I am trying to create...
We are running Windows Server 2003 R2.I have two folders (Temp7 and Temp30) which contain documents, applications, sub-directories, etc. that users place there as temporary storage. When the ...
What do the command line options for these 2 different robocopy scripts signify?
robocopy d:\ \\servername\F$\WEB2\ /e /xo /R:0 /W:0 /LOG:C:\backuplog.txt /NP
robocopy d:\ \\servername\m...
Hi All,
I'm looking to do this wihtout any 3rd party software and to do it from within a batch file or similar.
What I want to do is to open a telnet session to our SMTP server and then ...
To start or stop a Windows service I manually run Start/Control Panel/Administrative tools/Services. Is there a way to do it automatically by schedule?
We run a Pro Intralink Oracle Database for our Drafting Files. I want to create a Batch file to run automatically every night for backup of this database. I have created the following batch ...
Has anyone been able to successfully set a screen resolution using Active Directory Group Policies or a batch file? The problem is I have a really old program that changes the screen resolutio...
I wish to write a script to copy log files from one computer to another via ftp
Lets say the folder which contains the logs is c:\logs and the ftp info is
server: ftp.test.com
user: us...
i have more than 1000 machines which are not a part of the AD, i need to rename all the computers and join to the domain using a script, i already have a script which helps me to join the doma...
We run a backup batch script and it's added to our Scheduled tasks to run every day. In the Scheduled taks window under the "Last Result" field it shows a code of "0x000013a". Normally when ...
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 have a VB script (thanks to Idle Mind) that deletes files that are older than XX days from a certain folder. I need the script to loop to check different folders, all from one script. In o...
I am writing a DOS batch file to periodically copy a directory tree from one server to another to create a mirror copy of some data. I would then like to have a DOS batch file (or similar) exa...
I am attempting to build a script that will prepare a computer for deployment into our production environment. However, one of the tasks that we would like to have automated is the generation...
I want to write a bat file to change a folder's permissions locally on the hard drive, so that the user has full write access to the folder. I want to do this so I don't have to give the user ...
I want to write an xcopy .bat file that will transfer new application files from my server to my clent machines. Right now I am going to each client machine and cpoying the files manually.
...
I have a script that worked in Windows 2003 which added scheduled tasks from the command line. But these scripts won't work in Windows 2008, I guess because the task engine is pretty different...
hello everybody
we have the following problem:
we have a backup server 2k which takes giga files from other 2k servers using batch files and xcopy.
we find that in two server (for now) some...