Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top Windows Batch Solutions: 126 - 150 of 276
 
I want to remotely restart a bunch of computers, but I do not want them all to reboot at the same time. I have a batch file below that i want to insert a WAIT command, so that the batch file w...
Is it possible to script  or batch file USB drive letter assignment so as to designate a letter in which the USB drive will be assigned to?
Hello Experts, I want to write a bat script  that does the following: 1. script should read target value from text.properties // target can be of any length for example target=server1,serve...
I wrote this simple batch fille to be able to join a PC to the domain and move it into the proper OU. It works great but it requires you to edit the file for the different variables. I am in n...
Hi All,  I have one big 1.5 g  .gz gile. Its very difficult to upload it into ftp side. Is there any way i can split it into multiple .gz file with different size? Thanks
I love this script, but I would like to use it to delete .bak and .trn files only.  Can you tell me how to specify only .bak and .trn files?  Or, to skip .bat files?  My directory houses many ...
Is there an easy way to add todays date to file names using .CMD I want to copy all the files in a folder and create copies with today's date added to the file name The folder would cont...
I am trying to create a bat file that creates another bat file. Currently, I can create a bat file from the command propmt by doing: COPY CON FileMove.bat MOVE File.txt Folder/File.txt ^Z ...
I need a batch script to perform some file functions, I have user directories like: user1 user2 user3 ...so on In each of user folder there are some files. I'd like to make a new folde...
I have written a bat file that will change some config settings for me on another file on the machine. I found a useful tool called change.com from googling the net which allows me to do this...
Hi, I have created a bat file as in the snippet below, and saved it as c:\xcopy.bat. I want the file to copy updated PDFs from a network drive to the PC and log which files have been trans...
We have scanned  a 1,000's of files to a folder. Each file now needs to be copied into a folder with the same name as the file without the extension. I either need software or code to help ...
Hi, Is there a way of creating a range of folders and within the range of folders are 3 sub-folders in a batch file? For instance i want to create a set of folders from 100 to 150 and with...
I had an issue where my Exchange log file drive filled, dismounting the stores on that server. I found a batch file to compress the logs in that drive, to maintain a minimum drive space. I'm n...
Hi, How do I do a recursive lookup and check if the user thats logged on to the system either belongs explicitly to the local admin group or if he belongs to a domain group that belongs to...
I need to move a computer from it's current container to a new specified OU. The OU is going to be a child OU of another one. I need to move the computer from a batch file. Running Windo...
I need to add a domain group to the local administrators group of all computer in the domain.  I figured I could use the following command: net localgroup "Administrators" "domain\groupname...
I want to manually start a .bat from a network share, but then in the final line start a program on local c:\program files\....... The cmd window is showing me that it is still using the sh...
Good Afternoon, I have a very limted knowledge of scrupting using VBS however I was able to piece together the below script but it will only map a single network drive On Error Resume Next...
I clean up alot of PCs and reload WIn XP operating system on them. I would like to make a custom logo for the XP boot screen. I have read how to do this. http://www.jakeludington.com/win...
I need to edit some VBE files. I've never worked with these files before. What's the easiest way to edit them?
We need to use a utility from Pervasive SQL to put data files into continuous operations mode for backup purposes. The following works to put "file" into continous mode, however, the command d...
I'd like to know how to create a batch file that will rename a particular file to the current date once it reaches a certain size limit.  For example, "logfile.log" reaches 50MB today, so it g...
I need to create a batch file to get the file name of the first file in a folder. I tried the following code snippet but I get %aa equals to "Y:\ProcessingQue\" instead of the first file name ...
Hi All I need to convert the following batch file to VBS: if "%CLIENTNAME%" == "" goto MAP if "%CLIENTNAME%" == "Console" goto MAP goto END :MAP \\servername\setx.exe ECSLOCAL c: ...