I am trying to manually install the SCCM client on remote machines (can't do it through the SCCM console, I've tried). I've made the batch file listed below; it runs fine under the local admin...
I am embarrassed at having to ask for help here but I have spent enough time on it myself.
All that I am trying to do is run a batch file as a scheduled task in Windows server 2008. I have re...
I have a vendor-supplied program called echoid.exe that takes a "silent" switch -s
This command correctly sends output to a text file
echoid -s > myfile.txt
What I would like to do i...
I need to know how to delete folders within a specific directory.
The batch file I have deletes the files but not the folders.
I navigate to the specific directory and run the command del *...
In Windows batch file how do I check to see if a file exists, if it does delete it, if it doesn't then just keep going on the batch to next line etc...
Hello Gents,
Can you pls have a look @ this statement...
I can't get the ELSE statement to work.... (the batch closes, and can't see the error)
The IF is working....
I would like to ...
Hello everyone.
I require a batch logon script to detect the version of Windows OS. If it detects 2000 then it to goes to :Windows_2000, if it detects XP then it goes to :Windows_XP etc......
I have files that are being added to a folder and when the filename is created there is a space before the first character. I have a simple batch file that will move these files to the correc...
I have a utility to load data into an application. It requires that the data be comma delimited. One vendor supplying the data says they can only provide it in a pipe delimited file. I need...
I am trying to figure out what is wrong with my batch file.
Ultimately, I would like the batch file to do one of two actions based upon whether or not there is is a value placed in the vari...
Hi experts I'm looking for script to Check Home Share permissions on a server
Here what the script should do:
1- Check permissions on all Home$ and its Child folders.
All problem error fou...
Hello. We have several computers that poll other computers from different cities to bring in scanned .tiff documents. The problem that we have is someone has to MANUALLY look for these docum...
I would like to know what exactly is needed to make a robocopy script run with 2008 windows task scheduler.
What permissions should I give the account that task scheduler uses?
I added the a...
Ok so with help from experts-exchange I have the follow batch file which adds a new line to the end of a txt file and then merges all the text files into one.
Only problem is that if the ....
Hello and Good day!
I created a batch file with route add command, the batch file works perfect if the user has admin rights. My problem is that if the user only has limited account,...
Hey all,
I've been looking into this for a while now, but - sadly - I'm not really good at this.
I'm trying to script a batch to find a particular registry value and replace it w/ anothe...
\\Check whether software (Soft_A) is installed or not.
If (Software is Installed)
{
\\ then uninstall the sofware
psexec \\machine1 msiexec.exe -x \\machine2\soft_A\setup.msi /q
}
else...
Hi -
I need to create a file containing these lines:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
I know I can echo single lines to a fil...
Hello everybody,
We have problem with an application running on a computer within our network. Very often the application is "hanging" and we have to log-in remotely to the problematic mach...
I need a Windows Batch program that will read a large text file to search for a specific string. When the string is found, I'd like it to write the contents of the line that follows the found...
Here's the scenario:
I need to write a batch file that will enable a user to pull a single file from a Windows Mobile device (probably using RCMD), rename it with a timestamp, and deposit it ...
I would like a .bat file that renames some tv .avi files to a specific naming convention.
So a file named:
tvshow.0209.avi and tvshow.209.avi
would turn into
tvshow.S02E09.av...
I have a small utility EXE that I can use to help crush/optimize other files of a specific format.
At the moment, I have a pretty long list of these files, and if I want to crush any of the...
I'm not too much of a scripter, but I do try when it's needed before I seek help :)
I would like the best way to script a batch file to
1. check if a file exists in a directory
2. if the ...
I am trying to create a batch file that will change the proxy settings within Internet Explorer. The only settings that I wish to change are the:
Use Automatic Configuration Script
Use Pro...