Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

batchworld · Batch World

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1612
  • Founded: Mar 5, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

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...
33 Jan 15, 2013
4:16 pm

Marc Peterson
marc351
Send Email

http://supercloudten.com/wp-content/plugins/akismet/google.html [Non-text portions of this message have been removed]...
1 Dec 12, 2012
11:22 pm

Vic
llanaderyn
Send Email

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...
6 Sep 29, 2012
10:33 pm

John O'Regan
sponge.belly
Send Email

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...
2 Sep 29, 2012
8:45 pm

Aleksey D. Tetyorko
aleksisto
Send Email

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...
6 Sep 26, 2012
6:22 pm

mail_abhijat
Send Email

I'd like a bat file to set file/folder permissions when I install a web site with ASP.NET. The permissions I need to set are here: ...
1 Aug 22, 2012
4:01 pm

Gary Kuznitz
docfxit
Send Email

This is what I came up with: net stop WuAuServ Set i=1 ... If exist "C:\WINDOWS&#92;SoftwareDistribution.old_%i%" ( set /A i=i+1 goto again) Set x=%i% ren...
1 Aug 13, 2012
1:38 am

Gary Kuznitz
docfxit
Send Email

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...
2 Aug 12, 2012
9:14 pm

Glenn B. Lawler
incode1
Send Email

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...
6 Apr 8, 2012
4:00 pm

kn srivastava
goshainganj
Send Email

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...
3 Apr 6, 2012
3:10 pm

John O'Regan
sponge.belly
Send Email

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...
2 Dec 22, 2011
9:59 pm

John O'Regan
sponge.belly
Send Email

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...
1 Dec 21, 2011
3:29 pm

Aristos Vasiliou
aristos_vasi...
Send Email

I have a bunch of log files with the following naming scheme: BZRXXXBatch.01042008.log BZRXXXBatch.01042009.log BZRXXXBatch.02042009.log ...
2 Dec 16, 2011
10:27 pm

Glenn B. Lawler
incode1
Send Email

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...
2 Dec 16, 2011
9:52 pm

Alfredo
alfredo_chv
Send Email

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...
4 Dec 16, 2011
9:52 pm

Bill Z
devilsadvacat
Send Email

Karl Powertel is the way to go here especially on win 7 ... From: "Karl Springer" <bi434@...> Date: Fri, Nov 4, 2011 5:09 pm Subject: [BATCH WORLD]...
4 Dec 16, 2011
9:52 pm

Alfredo
alfredo_chv
Send Email

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...
9 Dec 13, 2011
6:42 pm

ray_mccormick
Send Email

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...
7 Dec 3, 2011
11:27 am

foxidrive
procyon50
Send Email

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...
1 Nov 28, 2011
6:59 pm

foxidrive
procyon50
Send Email

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...
2 Oct 26, 2011
2:34 am

foxidrive
procyon50
Send Email

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...
5 Oct 14, 2011
6:46 pm

John O'Regan
sponge.belly
Send Email

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....
7 Oct 12, 2011
7:25 pm

Theodorik OBroin
theodorik.obroin@...
Send Email

I would like to copy a file from my root c:, to a cd-r!! does anyone know if that can be done?? I would appr. any help! thanks dona...
12 Oct 4, 2011
8:33 pm

Zaidy036
ebloch1937
Send Email

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...
8 Sep 19, 2011
2:59 pm

Glenn B. Lawler
incode1
Send Email

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...
58 Sep 4, 2011
12:16 pm

Ray McCormick
ray_mccormick
Send Email

hi all were this line reads dir can i put the path there like c:\test&#92;test /f "tokens=* delims= " %%a in ('dir /b/a:A NOAA*.txt thanks...
10 Sep 3, 2011
9:01 pm

Theodorik OBroin
theodorik.obroin@...
Send Email

I am wondering if any of you can help me out with the flow of a script that installs IE 8 on a locked down PC image that is forced to log on with...
17 Aug 31, 2011
5:00 pm

foxidrive
procyon50
Send Email

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 ...
3 Aug 26, 2011
12:29 am

Bushy
bushy555
Send Email

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...
3 Aug 8, 2011
2:17 pm

Abhijat Singh
mail_abhijat
Send Email

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...
1 Jul 22, 2011
12:30 am

cecilieaux
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help