Summary: Hello, I have created a batch file that amongst other things allows my users to backup up all of their My Docs to an external hard drive. The proces...
Summary: I whould love to make a batch file for windows and another for macosx ( some unix batch file ) where it will add keywords to each jpg that i have on a...
Summary: hi everyone..im not a newbie to batch file ..i knw all the basics of it..i jus wanna knw tht im trying to mak a batch file which shuld get itself in s...
Summary: I have tried to create a batch file: copy %filename% c:\files and put it in the send to folder however it does not work. Does anybody know how I woul...
Summary: Hello, Plz help!! I'm new to batch files. I tried to link excel sheet to batch file that is when I click a button in excel spread sheet...then it shou...
Summary: I got the batch program from the below link http://www.computing.net/answers/pr... written by Mechanix2Go in which i am able to pass the filename as p...
Summary: Yes. I am new to batch file. I surfed a lot for this.But i could not find any solution. So can you help me to get a good solution for this issue. ...
Summary: fish&lee, for /d is to list directory names. eg. for /d %a in (*) do @echo "%a" is directory. to list file(s): for %a in (*) do @echo "%a" is a file ...
Summary: Hi, I have a batch file which has 2 input argument. This batch file calls another vbscript where again 2 parameter needs to be passed. This parameter ...
Summary: Hey, I have a batch file that I have written that will (eventually) install a few files onto the users computer from a CD Rom. However, I am wondering...
Summary: I would like to have to batch file look to see when the program was installed ie: look and the date modified on the .exe file. If the program was inst...
Summary: I am new to batch files and programing in general, but I would try dir /b "c:documents and settings\" >c:\1.txt FOR /F ["delims="] %%K IN (c:\1.txt) D...
Summary: Hey, I'm relatively new to batch file programing and I am tearing my hair out over this. I want to be able to set the results of a command as a variab...
Summary: Check out Secrets Doom's Page. He's a mean mama-jama when it comes to batch files. http://www.secretdoom.hpg.ig.com.br/index.html Also check out La...
Summary: Hi guys .. worked on it yesterday and today and it works. I used three files. One Batch file, two script files for the telnet client Thanks for all t...
Summary: I am new to batch files. I'm trying to figure out how to write a batch file that when executed, goes out to a network drive, copies an excel macro fi...
Summary: Hey all I'm new here and new to batch files. I have been writing and studying batch files for about 2 weeks and have made a batch file that will delet...
Summary: I'm new to batch file scripting, and I was wondering if the following would be possible: I have many routers that I manage. I want to be able automati...
Summary: Hi, I am new to batch files. I recently read a batch file. ... IF NOT EXIST %1 (CALL :CMDLine %1) IF NOT EXIST %2 (CALL :CMDLine %2) IF NOT EXIST %2...
Summary: I have a batch file which displays a list of databases and allows the user to choose the one that they wish to start by typing in the name of the data...
Summary: I am very new to Batch file writing and have spent several hours on google, so I am turning to the experts. What syntex do I use in a batch file to c...
Summary: The problem is your command below when I put it into the notepad and save it as symantec.bat and run it, I seem to get the command wrong may be. Let s...
Summary: i'm new to batch files, so this is probably an easy question. i want to find a way to run a batch file that determines if a file exists, i'm assuming ...
Summary: I'm trying to create a batch script that can read a single lined file containing a password (making a login script), than set the read string as a var...