Hello,
I have a Windows batch (.bat) file with a FOR loop that uses the ECHO command to output the value of some variables. My problem is that the variable's length are not the same and th...
I have a client who is going out of his mind because the users are playing games, etc.. and he wants the computers to be on for only an hour in the morning and another hour in the afternoon. ...
Dears,
Can anyone help me in the following issues?
1) I need a batch file that adds users and groups as members of groups.
2)I have to customize some group policies to fit each site i confi...
I have a ton of music files on my hard drive. They all began their journey with me as a newly bought CD, but over the years they have migrated from hard drive to hard drive as I have bought a...
I need to set a date in a batch script that is todays date - 7 days
HI,
I would like to setup a batch file to perform two actions: click a link on a web page and then load another web page and click a button on a flash player.
So far I have:
@echo off...
I have created four remote accounts which require the ability for different individuals to connect to a wireless network with there own credentials. I tried the following article http://suppor...
I'm doing a remote service query using sc.exe.
sc \\tbcws371 query "Sophos Autoupdate Service" | find /c "STOPPED"
outputs a value of 1 indicating that the service is stopped on that ma...
How do I copy files from one location to several machines using psexec and a textfile?
Hi everyone..
When I open a dos window and go to the directory C:\documents and settings\username\local settings\temporary internet files, I get three directories one of them being content....
How to get SET variable command in DOS coming from the result by executing a command . For example,
want to get the result from
SC QUERY "PLUG AND PLAY" | FIND "STOPPED"
and then set it to...
I need to find a script that will do the following:
1. Look for the notes.ini file either in C:\Data\Notes or H:\Data\Notes
2. Check if the following variables exist and if note append to ...
How do I via a BAT script or VBS do the following for both windows XP and 2000?
- Set Computer Description to 'BuildingX, RoomX"
- Set Printer Location (Local Only.. ie LPT, or USB) to be ...
I have a login script which copies a jpg to the c:\windows\web\wallpaper and a group policy which makes that jpg the users wallpaper. The problem is that users do not have rights to that fold...
I want to use a batch file to run a NIC driver update utility on 300 student laptops. I want to include "Run As" so I can login as a domain admin to perform the update. I can get the update ...
I am trying to put (3) files from \\Crunch550\out\test\Inl to /DIR/TEST/SW/
And all of the files from \\Hummingbird600\out\test\out to /DIR/TEST/SW/
This is my script and it is only pull...
Hi,
I need to launch a command in a batch job and do not wait for it to finish and continue the execution of the others.
In fact,
The real deal is a php script on win/apache witch calls a...
Hi all code is below the problem is if the file path or any of the .spl files have spaces in the names the batch command fails can you see what is wrong with the below script ? if the files do...
I wanted to know if it possible to create a wireless connection via a batch file or reg file. I have several laptops that i would like to remotely run a batch file that would create the wirele...
I have a large text file 100MB. It has single words on each line. I am using powershell to sort the content into the order of occurrance in descending order. I am using get-content file.txt|g...
I have a bunch of image files with extensions .001, and some with .002, .003, .004, etc. I am able to rename and get an image like filename.001 to look like filename.001.tif. But is their a wa...
hi i have a spread sheet which i need to backup every 1 hour, bear in min files are in use by users,
so i need batch file which will save and copy that file across to a location
I creating a batch file that will copy shortcut from my external hard disk to desktop. I was able to accomplish that but the icons are not in the order that I want them to be. What is the code...
I am trying to find a script to install SSL certificates silently.
i would prefer a way to do this with batch or VBS, but I am open to anything if these will not do the job!
Thanks guys!
Hello,
I am needing to come up with a bat file that will zip up the contents of an USB drive, and then FTP the zip file to an FTP server, finally delete the local zipped archive. I also ne...