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...
Hello,
i would need a script that opens all .vcf files found in a folder, and removes one line in each file
So it has to find the line "REV:" inside the vcf file and just remove it out of ...
I have a text file - containing data such as:
AAJO011180A06755240105A 88.00309200810540
AAJO011180A06755240105A 66.01009200811270
AAJO011180A06755240105A 106.0170920081...
What programming language is used in batch files (.bat)?
@echo off
c:
CD \Pedro - Arquivos\study\normal\Java
set /p Word=Type a software to compile:
echo on
javac %Word%
I can not see the output of my own software. How can I stop my batch...
Here is a sample of a script used to install a third party software. My question is, I have 3 services that need to be allowed as exceptions for the firewall. Is there a way to incorporate thi...
Ok here is what I need help in doing. I have a log file for a custom application that gets written to every second. I need to do the following.
1) copy this active text file to a different lo...
I am creating a .bat file to run my scanpst.exe file and trying to get it to prefill the information into the scanpst pop up box. I am trying to make this whole process automated. Any Ideas?
I need to install the Domino Web Access 7 ActiveX control to IE6 using a batch file in XP SP2. IBM support has been absolutely no help.
Can anyone tell me (or point me to a resource) exact...
I'm using SB Server 2003
I want to map drives for each user every time they logon.
Each user needs different drives mapped.
I added this line to the SBS_LOGIN_SCRIPT.bat file.
REM ...
Hello Experts,
So here's my issue. I have a .vbs script being run through a .bat file. The last line is: cscript freedisk1.vbs > output.txt This works just fine. Is there any way ...
HI,
im wondering if there is a way to make robocopy copy files and folders from one server share to multiple server shares? Would it be possible to have a destinations.txt file that is refe...
I have a directory called C:\Program Files\RXServer\RXServer6\Cache and in that cache dir we get upwards of 100000 files. I want a script that will purge *.tpj files older the 30 days. I downl...
I want to create a .bat file that will automatically map network drives on a Windows 2000 Pro computer when I login.
Hi experts.
I would like to know if there is a way to confirm a file has been successfully downloaded before deleting it on a remote server. I have a very basic batch script (running from ...
Hi,
I am fairly familiar with using batch files to automate simple tasks, and use them often in conjuction with Scheduled Tasks to automate tasks that otherwise are not able to be scheduled. ...
hi all,
just a quick one.
i am trying to map and unmap printers using a batch file. i cant find any info on this so could someone point me in the right direction!
rundll32 printui.dll...
This question continues question ID: 23124168.
I have downloaded Windows updates, the next shutdown will install them (the default manual shutdown option). However I am using a scripted shutd...
I have a script that I need to run evey hour. I need to write those results toa file which has date and time appeneded to it. How can I do that,. For example:
pinTest.bat>pingResults.txt.Date...
Hi all.
I am trying to write a batch file to rename lots of files with this format:
COF001-S-001 R01 Layout1 (1).pdf
COF001-S-001 R02 Layout1 (1).pdf
To this format:
COF001-S-001 R01.pd...
Hi,
I'm trying to install a piece of software (Intralink, ProE if any one knows it) using a simple batch script.
Basically what happens is I mount two network drives, R and P which isn...
I am trying to create a batch file that will install these reg keys without needing a confirmation each time. Basically I want them to run silently, but it's not a big deal if the batch is see...
Hi. I have created a startup script in windows vista that launches an application on startup. that was simple and it worked. Now, what I want the script to do is automatically click the Applic...
Hi.
I have created a simple login batch file. I all I want to do is map some simple network shares when my users login on to the domain.
The command I have used is: NET USE G: \\server1...
In order to backup a program folder at the end of each business day I need to first stop on of the programs dependent services that is running in the background. Then I run the xcopy command f...