Skip to search.
batchworld · Batch World

Group Information

  • Members: 1062
  • 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

  Messages Help
Advanced
Messages 149 - 178 of 8697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
149 Laurence
batfiles@... Send Email
Jul 1, 2000
4:53 pm
... am ... Thre are many batch links on this page: http://bigfoot.com/~batfiles/main/links.htm Laurence...
150 Laurence
batfiles@... Send Email
Jul 1, 2000
5:08 pm
... session ... simple ... I want ... could set ... as the ... want to ... party ... as an ... temp.bat ... There are so many ways to do this, I don't know ...
151 paul.thomson@... Send Email Jul 6, 2000
1:17 pm
Hi, I'm trying to find a command which I can use in a batch file that will let me locate where a file is on my system. Does anyone have any ideas? cheers, Paul...
152 Theswally@... Send Email Jul 6, 2000
3:23 pm
Hi gang. I'm new to the group, but I hope you can help me out with this question. I need to created a DOS batch file that will rename an existing file. The...
153 Theswally@... Send Email Jul 6, 2000
3:26 pm
I know that dir /s can be run from your root (C:) and then specify a filename and it will search all directories and subdirectories on C: for the filename....
154 Michael Marquart
micm@... Send Email
Jul 6, 2000
4:56 pm
On Thu, 06 Jul 2000 15:26:31 -0000 Subject: [BATCH WORLD] Re: Find Files Theswally@... wrote: or in a batch file @echo off dir \%1 /s /b which should...
155 rmccann
rmccann@... Send Email
Jul 6, 2000
4:57 pm
Hello All ... I have just figured that question out! (after trying for too many years). Attached are two files, FDATE which is freeware, and a Backup batch...
156 Michael Marquart
micm@... Send Email
Jul 6, 2000
5:16 pm
On Thu, 06 Jul 2000 15:23:43 -0000 Subject: [BATCH WORLD] creating dynamic filenames Theswally@... wrote: G'day Bret. It can be done with "plain" batch,...
157 Michael Marquart
micm@... Send Email
Jul 6, 2000
6:06 pm
On Thu, 6 Jul 2000 09:57:00 -0700 Subject: Re: [BATCH WORLD] creating dynamic filenames ... I think it's nicer to post a URL to where the file may be found,...
158 rmccann
rmccann@... Send Email
Jul 6, 2000
10:01 pm
Please Excuse my error in responding to Mr. Michael Marquart, by attaching files to the email, forcing all of you to download somthing you do not need. Please...
159 Theswally@... Send Email Jul 6, 2000
10:19 pm
I tried the FDATE suggestion, but when I try to assign the date to a variable, I get the error message: Not enough environment space to set environment...
160 rmccann
rmccann@... Send Email
Jul 6, 2000
10:33 pm
No attachments this time folks! <g> Well, I do have to ask you a few questions to see why this is happening to you. Feel free to email me directly if you wish...
161 Theswally@... Send Email Jul 6, 2000
10:47 pm
P.S. Do you have Instant Messenger? If so, my name is TheSwally on there. IM me....
162 Daniel Moore
dmoore@... Send Email
Jul 6, 2000
10:48 pm
Hi I´ve just dropped into the list and I already have a question... How do you get around the fact that in msdos the if clause chokes when it sees a space...
163 Michael Marquart
micm@... Send Email
Jul 7, 2000
2:39 pm
On Thu, 06 Jul 2000 17:35:43 -0500 Subject: [BATCH WORLD] Hi (+ msdos iffy ifs) Daniel Moore <dmoore@...> wrote: Hi Daniel It would help to see the...
164 Michael Marquart
micm@... Send Email
Jul 7, 2000
2:44 pm
On Thu Jul 06 18:19:09 2000 Subject: Re: [BATCH WORLD] creating dynamic filenames Theswally@... wrote: Which OS? If Win9x include this at the bottom of...
165 Daniel Moore
dmoore@... Send Email
Jul 7, 2000
6:19 pm
... Yeah, that didn´t seem to work either... ... This works like a dream, thanks for the suggestion! Daniel....
166 Theswally@... Send Email Jul 7, 2000
6:31 pm
Windows NT 4.0 << On Thu Jul 06 18:19:09 2000 Which OS? If Win9x include this at the bottom of c:\windows\system.ini if the catagory...
167 Attilio Sihuay
asihuay@... Send Email
Jul 12, 2000
2:16 am
I am looking for command utility for use in win95-98 pc client in order to obtain PDC name and use this in batch file. can anybody help me ? Attilio Sihuay. ...
168 ray@... Send Email Jul 12, 2000
2:31 am
I thought I would ask the group that seems to know. i need a batch file (or script) that will periodically "ping" a remote IP address and append to a log if...
169 Santos Pagan Jr.
ElSaint@... Send Email
Jul 12, 2000
1:25 pm
Have you tried the winset.exe command found on the Win95 CD? Also look into the KixStart program located on the Win98 or Windows NT 4.0 CD. ElSaint ...
170 steven.lewin@... Send Email Jul 12, 2000
2:15 pm
I need to Register a collection of *.reg files in Windows NT through a Command file(Batch File) procedure.The files change often so I would prefer not to list...
171 azizkhalid@... Send Email Jul 12, 2000
4:34 pm
Hi, I am facing a problem creating a batch file on windows 98. I am making this batch file to put a long command with a lot of options (i-e parameters). For...
172 Michael Marquart
micm@... Send Email
Jul 12, 2000
5:28 pm
On Wed, 12 Jul 2000 16:34:27 -0000 Subject: [BATCH WORLD] Multiple line Command problem azizkhalid@... wrote: You can't. NT uses ^ but Win9x hasn't...
173 Michael Marquart
micm@... Send Email
Jul 12, 2000
5:32 pm
On Wed, 12 Jul 2000 14:14:53 -0000 Subject: [BATCH WORLD] Registering Reg files from a Command file steven.lewin@... wrote: Not tested, but try this...
174 Daniel Moore
dmoore@... Send Email
Jul 12, 2000
5:32 pm
What about putting the parameters into a text file and reading them from there? There must be some way you can work around this... Daniel....
175 Larry Nelson
nonnypa@... Send Email
Jul 13, 2000
2:34 am
... Just happen to be going the rounds with my Cable tech about packet loss. I wrote this Batch file to trap Ping reports. I have it hookedup to an icon on my...
176 Alex Peters
petersa@... Send Email
Jul 13, 2000
7:08 am
Hi guys, I've been signed up to this list for a while, and I'm also subscribed to another list discussing how-tos of a free program called AutoIt. There are a...
177 Sonny Cao
s2s@... Send Email
Jul 13, 2000
6:15 pm
Hello all. I have a folder that contain about 500 mb worth of text logs. These logs are rolled over every few days and got backup to another server so there's...
178 Michael Marquart
micm@... Send Email
Jul 13, 2000
8:42 pm
On Thu, 13 Jul 2000 10:50:04 -0700 Subject: [BATCH WORLD] How to delete files by date ... This task isn't really suited to vanilla Batch, but can easily be...
Messages 149 - 178 of 8697   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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