I am running a chess tournament on winboard where various chess engines are playing against each other. I am doing so through a batch file. Due to limited...
Hi, When I run individual sql scripts from DOS batch file one at a time, I do : call %fpath%\1_A.sql" %2 if %errorlevel% GTR 0 then (goto :ERRBLOCK) and it...
Hello all- i need help with a batch file checking if any of you already have that batch in place. i am trying to write a bactch file to copy and paste file...
Hi All, Is it possible to extract filtered data from a txt file using DOS? I have a txt file with 6 fields separated by comma. One of those fields has an ID on...
This is what I came up with: net stop WuAuServ Set i=1 ... If exist "C:\WINDOWS92;SoftwareDistribution.old_%i%" ( set /A i=i+1 goto again) Set x=%i% ren...
I would like to rename a folder. But first I want to make sure the folder name I am using does not exist. This is what I have: Set i=1 ... If exists...
Have anyone done backup using 7zip through a batch file? If so, can you share your batch script with me? If not, can you suggest me how I can do backup with...
Hello all i need help with a batch file i wrote a batch file to download a file from an ftp site rename the file then move it over to a folder, for some reason...
Hi all, I am currently using this in a batch file, to clear useless files from my %WINDIR% set unf=%SystemRoot%\$NtUninstall* for /f "Tokens=*" %%i in ('dir /B...
I am using the batch file below, to add 30 domain users to the administrators group of 30 machines. I would really like it though if I could make the batch...
Hi Guys 'n Gals. I'm leaving this group because the moderator has left, and left it as a closed group. If anyone needs help for batch files then do feel free...
Have a regular task where I take a list of email addresses and change alpha characters to lower case, sort, and remove duplicate lines. When my XP Pro machine...
Project: to manipulate files in a single folder depending on each file's creation date (compare with a cutoff date). I've approached this with dir with...
Greetings, I'm looking for a batch that can extract each character from a text file to another text file. Example content of textfile: 0123456789 i want to...
Due to this moderator-locked Batchworld group new users cannot log in, and the moderator is not responding to emails. Better batch help can be found here in...
Hi, I wrote a batch file, which will do a find and replace of some string/lines in a batch file. @echo off if exist newfile.bat del newfile.bat for /f...
Dear Group, I know this is a long shot, but does anyone out there have an original 3.5inch Win 3.1 floppy in working condition? It should have "Windows ver...
I am trying to map my www.dropbox.com\photos to a drive letter. I have tried 'net use', or through map drive in my computer, but I have not been successfull....
I have a bat file that I would like to write the output to a text file. I'd like to know how to fix it so the output gets written to the text file. Currently...
My OS is Win7 Enterprise and I would like to keep a backup of all my files except windows, temp etc. on a hard disk. I need a batch file to do this. How can I...
Hi all batch gurus, The below script is pretty much taken straight from Timo's FAQ. It doesn't output the correct directory structure. It will be blatantly ...
Hi Group, Hope everyone is fine and keeping their job secured! I am trying to create a simple batch file which would check if a file is present or not and send...
Wow! This takes me back! Went into command line mode in XP and, indeedy, ye olde Edlin is there! (And I had to close the window because I'd forgotten the...