Hi,
Can someone please help me out here.. i tried going through xcopy /? commands but am very confused.
I basically need to back up files and folders from a folder on my C:\ to my USB stic...
Trying to write a DOS batch file to copy a file from
c:\documents and settings\all users\desktop.
Using copy c:\docume~1\allusers\desktop\filename, allusers isn't recognized,
likewise al...
I am after a IF statement to check if a printer is installed i have got a script working so each floor will install a printer dependent on ur ip range, but this is slow during the log on scrip...
Hi
I have an appliction running on a Windows 2003 Server that generates daily logs to C:\Application\logs\DDMMYY.
I'd like to use Shell Scripting to create a Windows Batch file to delete...
Hello Experts
i´m looking for a simple batch script to copy files from a source folder (include subfolders) into a target folder with ''dynamic'' subfolders.
the source file structure loo...
Hello Team,
I know when I need help so here it is. I am creating a login script that will launch and initiate a Syntoy synchronization.
Here is what I have:
Set Command = WScript.Crea...
Hello Experts,
I am running a SBS2003/XP environment and I have a simple batch script that creates a directory, copies a vbs script into that directory, and creates a scheduled task to run we...
I want to be able to pop a dialog box (or batch file) to the user with a login script if the write filter (FBWF) is enabled. However, I cannot seem to find if there is a registry key or value ...
Hi all,
hope you'all having a great weekend.
so here's this weekend question :)
I have a batch script and there some parts of it that needs to run based on windows version. so I'll l...
I'm trying to create a script that will zip all .dat files in a specific folder. After they're zipped, I want these .dat files to be removed from the folder. Ideally, this will be a .bat file ...
I have created a batch file with the following:
echo off
start "" "C:\Program Files\Foxit Software\Foxit Reader\UnInstall.exe"
But when I run it, I am promted if I want to uninstall it a...
Hello, I'm trying to copy a file from my O: drive to my C: drive using ms-dos commands in a BAT batch file. When I use the line:
copy O:\SHARED\DATA\Access Databases\DB\Report Database_be.m...
I am trying to print a .pdf file to a certain network printer from a command line (bat file). I can get it to print to my default Windows printer but I need to send it to a different network ...
Hello,
I am new to windows bat scripts. can some one please help me with this:
set ProfileName=profile1
set cellName=dev_cell
.....( am doing a bunch of code here for string replacement ...
I know this is somewhat basic but I cannot get this script to print to a log and it is driving me nuts. It doesnt fail it just sits on the printing part for a very long time and then finally ...
Hi,
Similar to this I need to be able to use a list of servers to scan for not the entire domain. Below are the ones I were able to find for this on this site MSE-DWELLS wrote some, but th...
I created a script that will remove all network printers from a profile and then install new printers from a new server. I want to call a hta file from the script so the user can select a defa...
I need a batch file that will check to see if a file exists and run additional code. If the file does not exist then it will just loop until complete. Does anyone know how to accomplish?
Hi,
I have to write a batch file which should copy a fle which is created everyday with file name as current DATE into another drive.
How to write DOS batch file to do this?
Thanx
Shyam
Hi
I have a Windows 2003 server that generates logs to c:\logs. The application creates a folder named DDMMYY and within this folder, a file named DDMMYY.log
I am trying to use the follo...
Greetings!
I am attempting to install Office 2007 ProPlus on all my Network Workstations using Group Policy. I have hit many snags. After reading articles I have determined the best way to ...
I need to rename a few thousand files. Here is an example of the directory structure.
c:\foo\201\filename
c:\foo\201\filename2
c:\foo\202\filename
c:\foo\202\filename2
I would like to...
Hi,
I currently run the batch script:
start c:\psshutdown.exe -s -t 03 -f @ws.txt
WS.txt is simply a list of every computer name of the 140 odd workstations in this site. Now, I have te...
run an exe from a batch file?
Hi Experts,
I have a problem here that is seriously annoying and I can't figure it out for the life of me!
If you look at the code below you will see that, what I'm trying to do is loop ...