We are currently rolling out a software patch that needs to be applied at logon.
It is a VBS file that calls several other applications and batch files to run.
Our login script by defa...
Wrote a batch file called robocopy.bat
it contains the following:
robocopy d:\Users \\mggbkup\backup\BACKUP2007\users\ /S /E /COPYALL /NP /R:10 /W:30 /LOG:c:\users.txt
robocopy D:\shared ...
Hi
Does anyone know how to create a batch file script which will copy everything within a directory including the folders within it
I have the following script but it only copies the fi...
is there a vb script that can change the proxy settings in internet explorer. We have over 100 computers on which we need the proxy settings removed please help.
I am trying to create a batch script that will provide some rudimentary reporting on the number of files that are placed in directories on a daily basis, weekly and monthly basis. The script ...
I have the following batch file below.
now >>output.txt
for /f %%F in (C:\servers.txt) do uptime %%F >> output.txt
The output looks like this
\\server1 has been up for: 0 day(s), 0 hou...
I am running 2 scheduled tasks on a Windows 2003 server. Each of these calls a separate batch file to run various backup and database maintenance processes on a Mimer SQL database. These have...
I would like to automate a series of NSLOOKUP commands. We use nslookup to generate a list of entries in our DNS
Because these commands are run from inside NSLOOKUP is there any way to mak...
Hi All,
I have a Citrix Agent that appears to stop if the network connection is not available. It should come back to life when the network connection comes back, but sometimes it doesn't.
...
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...
can someone explain line by line the following script:
===========
@%INFO% OFF
CLS
@if not "%OS%" == "Windows_NT" goto EXIT
@if "%1%" == "" (set INFO=ECHO) else (set INFO=rem)
%INFO%...
Hi
I have created a bat file that I use to start several scripts and sqlcmd commands, something like this:
CScript C:\MyTests\FS\Scripts\script01.vbs
sqlcmd -S SERV2K3STD\SQLEXPRESS -...
I found the below script on Experts Exchange and it works as stated. However, I need this script to delete all contents of a folder, including subfolders and their contents, based on the creat...
I have a list of IP addresses that I would like to see if they are active or not. I would like to have a CSV file that would report all of the IP addresses as
10.10.10.1 REPLIED
10.10.10.2...
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 have a workstation running Windows XP Professional SP2 within a Windows Server 2003 domain. There are several people who use the computer, all of whom just have basic user rights, but I hav...
Hello,
How can I copy files from one directory to another so that the files that already exist in the destination directory are not copied?
Caveats
* I can ONLY use the native Windows 2...
Hello PERL gurus!
I need to create what sound s like a simple perl script to me, but I haven't been able to hash it out easily:
1. Open a directory tree on local machine
2. Read through...
I have a batch file and I want it to eject a CD at the end of it running. I currently am using a third-party .exe to accomplish this (ejectcd.exe) but I was wondering if there's a way to do i...
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...
I have a batch file that I run every 2 hours to copy files from one server to different computers and different folders. I would like to know if there is a way to have a batch file run as a se...
As a teacher i need to access on a regular basis my pupils work directories. At the moment i have to go through a very long winded process of navigating through various windows to get to their...
Landesk process ldiscn32.exe taking up 99% cpu on startup. I want to write a script that will change the runtime of this process. I found a resolution but not quite sure how/where to run the ...
I'm running into a little problem here and I'm hoping some can provide a resolution here.
I'm trying to execute a program and redirect the output to the STDOUT AND to a file. This is much ...
how can i stop a batch file closing once completed?
by that i mean return to c:\ and wait there rather than the pause function?
e.g batch file will run then keep command window open at c...