Hi Guys,
I have attached a FOR command below that basically goes through all profiles in C:\Documents and Settings and deletes all the files from Desktops of each of these profiles. And thi...
How do I Add, list delete a DNS Alias from a script? I need to script the deletion and changing of a few DNS Alias' as part of my networks Disaster Recovery plan.
I have a script that gives me today's date in the following format 20081106. I need to change the script so that I get the date in the following format 081106.
Also, I would like another vari...
I want to create a txt file called instructions in a folder called Students which resides in My Documents of the current profile (user). I want to add the text "Please add your list of names ...
Hello I need to schedule a file move operation that will take PROJECTNAME input variable from a list in a text file and loop through each project name in that list. Depending on the project n...
I need to run a simple batch file that calls to a text file to instructions for WinSCP.
I have set up Windows Scheduler, but have found if a user is not logged on the batch does not run.
...
I'm trying to create a batch file that will give me the size of a list of directories. I'm not interested in the sizes of folders within the list of directories just the top level directory si...
Hello everyone
This is my first post, I wish i will have some luck with this
we have installed Adobe Acrobat Pro 9 on 3 Pcs in the office today
we are getting this Error when we try...
Hello Experts
I have a large folder containing more than 50000 files.
Now i have to move them into dynamic subfolders.
Example:
Original File: orderno123456.doc
md5 string of the fil...
Hello,
I have several text files in the same directory that I would like to extract two lines of text (first and last) and insert them all into one new text file. Divided by something like ##...
Guys
I have a very simple batch file that looks up a list of locations to copy files to based upon a list.txt file the completion of this is output to a output.txt file.
This all works gre...
Hi can someone help me put this command into a batch script
reg add HKCU\Software\Microsoft\Office\12.0\Common\Internet /v OpenDocumentsReadWriteWhileBrowsing /t REG_DWORD /d 01
basicall...
Hello, we are currently using batch files that run when a user logs in. We are getting to the point where there are too many to effectively manage because of department, location, etc. What I ...
Hi,
I have a DOS based machine that measures the weight of a product, stores it in memory and then writes data to a text file every 2 hours. I want to setup a scheduled batch file that copi...
How would I write a batch file to change the permissions on many shares to everyone Full Control? I have a list of all my shares in a text file.
Hey all...
I am trying to run a batch script from a thumb drive that deletes a folder on the C:\ drive and copies a folder from the thumb drive to the c:\
It works fine when I am copying...
Hi all,
On our domain controller we have a login batch file that calls 2 other batch files from it. The problem is for some reason it only calls whichever batch file is first on the list.
...
@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...
The failing run:
C:\Documents and Settings\least\Desktop>C:\WINDOWS\system32\runas.exe /user:Admi
nistrator "copy "c:\WINDOWS\system32\drivers\etc\hosts.lite" "c:\WINDOWS\system3
2\drivers\...
What programming language is used in batch files (.bat)?
I have a text file - containing data such as:
AAJO011180A06755240105A 88.00309200810540
AAJO011180A06755240105A 66.01009200811270
AAJO011180A06755240105A 106.0170920081...
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 ...
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...
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 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 ...