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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

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

I have the UNC path to a bunch of PST files and I'm trying to pull off the size of the files. Is there a way using the dir cmd and some other script to append...
6 Sep 9, 2004
6:52 pm

FrancoisSoft MM
francoissoft
Send Email

Garry Thanks for this it's given me something to build on which is what I wanted. ... __________________________________________________________________ Switch...
1 Sep 9, 2004
6:51 pm

TarquinBell@...
tarquinbell
Send Email

Macro Development seams more complicated to work with then batch files... ... From: <batchworld@yahoogroups.com> To: <batchworld@yahoogroups.com> Sent: Monday,...
2 Sep 7, 2004
11:15 pm

FrancoisSoft MM
francoissoft
Send Email

Hi, A simple echo is all you need to let them know that something is happening. What you choose to tell them is entirely up to you - ie. you can have a counter...
2 Sep 7, 2004
4:18 pm

kcmjr@...
kcmjr
Send Email

While my batch file is running, I would like to give the user some kind of assurance that everything&#39;s running ok. I've got one right now that takes about 10...
1 Sep 6, 2004
5:55 pm

kliewe
Send Email

xcopy.exe /R /Y C:\directory_name\file_name \\servername\directory_name\filename or xcopy.exe /R /Y C:\directory_name\file_name X:\directory_name\filename ...
4 Sep 6, 2004
12:14 pm

Tyson S.
timbercutter
Send Email

Hi, I am totally new to any form of programming of any kind, but I have a need for a batch file. I have a text file that is saved to and perodically written to...
3 Sep 4, 2004
4:32 am

foxidrive
Send Email

Hi guys, For Windows XP, I'd like to put into a batch file the following query Check if a machine obtained an ip address If yes success, if no try to renew... ...
1 Sep 3, 2004
3:51 pm

Christian Rodriguez
CRodriguez@...
Send Email

Maybe I'm just being greedy, but I need to zip the entire contents of a directory More specifically, C:\work&#92;HOME&#92;ACT\EC\DATA&#92;INQUIRY ( 5-25 files ), then be...
4 Sep 3, 2004
3:12 am

David Durall
nfn8wzdm
Send Email

Hello all, I have a lot of files in the directory c:\temp. Some of them have the filename like this: CL00XYZ.zip For each of these files I'd like to print...
3 Sep 2, 2004
7:34 am

Leo
piculino2000
Send Email

Is there a way to get the entire command entered on the command line by the user? If I have a batch file called "HEY", for example, and the user types the...
2 Aug 30, 2004
2:13 pm

foxidrive
Send Email

I thought defrag came as part of the standard default install on win2k. I thought it was listed as dfrgntfs.exe and dfrgfat.exe on win2k. Lamar _____ From:...
5 Aug 29, 2004
1:32 pm

Brian Mooney
mooneb75
Send Email

hello all, I hope that you may be able to help me out a little... I am new to a company, and have not worked direct in IT for a few years, so the cobwebs have...
1 Aug 27, 2004
5:02 pm

Brian
mooneb75
Send Email

Hi Everyone, I have to create a DOS batch process of Visual source safe maintenance. Can someone tell me the steps for that specifically the analyze window. ...
1 Aug 27, 2004
5:01 pm

Rinki Agarwal
vinki05
Send Email

Garry, ... You could create a 4DOS alias that does what you want. In it's simplest form: alias RENDAT=do x in %1 %+ ren %x %@name[%1]%@filedate[%x].%@ext[%x] ...
1 Aug 26, 2004
6:33 pm

K_Meinhard@...
Send Email

Awn, Since you didn't specify the OS you are using I will assume Win2k or WinXP. This was tested under Win2k and WinXP. It edits the name of files in the...
1 Aug 26, 2004
5:28 pm

kcmjr@...
kcmjr
Send Email

Hello, I'm new to writing batch job. I would like to rename all files from a directory to its current filename with date stamp. For example: Existing filename:...
2 Aug 26, 2004
9:58 am

Garry Deane
garrydeane
Send Email

Hi, the official download location for 4DOS v. 7.50, newly declared freeware by it's author Rex Conn, is ftp://jpsoft.com/4dos/4dos750.exe For those of you new...
1 Aug 26, 2004
5:30 am

Klaus Meinhard
k_meinhard2002
Send Email

Hey, I'm just wonder what editor you guys are using... could it be Notepad? I'm currently in the process of finishing a batch file developement environment...
37 Aug 26, 2004
1:23 am

FrancoisSoft MM
francoissoft
Send Email

From http://www.jpsoft.com/4dosdes.htm After August 23, 2004, 4DOS will be available as a free, unsupported product. (Technical support will be available for...
1 Aug 22, 2004
10:19 am

Joe Caverly
jlcaverlyca
Send Email

Hi again guys... well thanks to all who answered my first question.. im sure i can work it into my application. another quick question: i need a way to get...
2 Aug 22, 2004
4:44 am

Garry Deane
garrydeane
Send Email

I'm new to this batch stuff, I had a brief exposure to it in school. And now I find that I needed to pay attention more.. :) Here is my problem. I need a...
20 Aug 20, 2004
4:42 pm

David
elwaha101
Send Email

Guys or gals I need a little quick help. I have a emergency copy job I need to run. It will step through a directory named Mm2kdata (there are ~400,000...
4 Aug 20, 2004
12:32 am

Malaka Perera
malakaperera
Send Email

Thanks for the input, I'll modify as suggested an try it. Lamar _____ From: John Zeman [mailto:john041650@...] Sent: Wednesday, August 18, 2004 4:39 PM ...
2 Aug 18, 2004
10:17 pm

Morris, Lamar
lamarmorrist...
Send Email

All: Looking for a way to search a file for a keyword(s) and display however many following lines of text as may be until I enocunter '***' Example entry *** ...
4 Aug 18, 2004
3:59 pm

demodog2001
Send Email

Hello Everyone! OK... now I am trying to write a batch file that can return the current drive letter (and only the letter) so i can use the SET command to put...
3 Aug 18, 2004
2:30 am

Sam Wallace
guillaumedep
Send Email

Antiword (http://www.winfield.demon.nl/) catdoc (http://www.45.free.net/~vitus/ice/catdoc/ver-0.9.html) ... From: Lavi To: batchworld@yahoogroups.com Sent:...
4 Aug 17, 2004
4:13 pm

Lavi
rajaofpool
Send Email

Anyone know of a app or command that will exit to the dos promt instead a returing to the previous batch file?...
3 Aug 17, 2004
2:49 am

Sam Wallace
guillaumedep
Send Email

Hello everyone, Does anyone know of any utility or does anyone have some code for a batch file that can convert word docs to a text file? I have a microsoft...
1 Aug 17, 2004
12:57 am

Lavi
rajaofpool
Send Email

Lamar, Can you show us some or all of the code producing the output? Ken Mazie ... From: Morris, Lamar [mailto:LamarMorris@...] Sent: Friday, August 06,...
35 Aug 16, 2004
9:25 pm

Morris, Lamar
lamarmorrist...
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