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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 72 - 101 of 8697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
72 Klaus Meinhard
K_Meinhard@... Send Email
Jun 1, 2000
4:45 pm
Ahmad, ... there are several possible solutions. A pure batch solution is indeed to set BootGUI=0 in MSDOS.SYS, and have your autoexec.bat execute win and then...
73 rreeves@... Send Email Jun 1, 2000
5:24 pm
I have been looking into this for a few days and I am officially stumped. I have one mandator profile for all of my users and then use a KIX script to assign...
74 Clint Alford
clint.alford@... Send Email
Jun 2, 2000
3:03 am
If you are in a Novell Environment, and are using User Policy Packages for Win9x, you can specify the button config for left or right in the Desktop Settings...
75 Michael Marquart
micm@... Send Email
Jun 2, 2000
1:57 pm
On Thu, 1 Jun 2000 10:22:05 -0700 Subject: [BATCH WORLD] left handed mouse in mandatory profile rreeves@... wrote: G'day Robert. If restarting...
76 Michael Marquart
micm@... Send Email
Jun 2, 2000
2:14 pm
On Thu, 1 Jun 2000 10:22:05 -0700 Subject: [BATCH WORLD] left handed mouse in mandatory profile rreeves@... wrote: Hi Again. ...
77 Carver, Stacy
stacy_carver@... Send Email
Jun 2, 2000
6:07 pm
I am using a batch file in my "Send to" group to send files several different directories at once. Now I would also like to assemble those files in the same...
78 Carver, Stacy
stacy_carver@... Send Email
Jun 6, 2000
3:56 pm
... different ... has > an extension. Is there any way to parse out my %1 variable into two ... Think I solved my own problem, but not perfectly. Thanks to Mic...
79 Michael Marquart
micm@... Send Email
Jun 6, 2000
4:57 pm
On Tue, 6 Jun 2000 11:55:42 -0400 Subject: [BATCH WORLD] RE: parsing a command line variable solved "Carver, Stacy " <stacy_carver@...> wrote: I don't use...
80 Michael Marquart
micm@... Send Email
Jun 6, 2000
5:14 pm
... I'm guessing also that you would have to increase the number of tokens... FOR /F "tokens=3,4,5,6,7,8,9,10,11,12,13,14 delims=\. " %%i in (sptemp.txt) do ( ...
81 Chris Howell
chrishowell@... Send Email
Jun 6, 2000
5:22 pm
i have a batch file that runs at 6am on my w95 comp. it zips all my data then copies those zip files to drive d: and across the network to the 2 drives on...
82 Michael Marquart
micm@... Send Email
Jun 6, 2000
7:26 pm
On Tue, 06 Jun 2000 12:23:28 -0500 Subject: [BATCH WORLD] determining presence of network drive in dos batch file Chris Howell <chrishowell@...> wrote: Try...
83 Chris Howell
chrishowell@... Send Email
Jun 6, 2000
10:12 pm
it works like a champ! thanks a lot. would u explain the % parts? i'm not at all up on variables and such. thanks, chris...
84 Michael Marquart
micm@... Send Email
Jun 7, 2000
2:12 pm
On Tue, 06 Jun 2000 17:15:11 -0500 Subject: Re: [BATCH WORLD] determining presence of network drive in dos batch file ... No worries - I'm glad to hear it. ......
85 Chris Howell
chrishowell@... Send Email
Jun 8, 2000
3:30 pm
great explanation! thanks for the education. i had always wondered about the %. chris...
86 digs
mjs@... Send Email
Jun 10, 2000
10:26 pm
Hello - I'm new to this list and would like some input on a small batch file I've written but first: I'm from a mainly *NIX based background so please dont...
87 Bamm Gabriana
bamm@... Send Email
Jun 11, 2000
3:49 am
Looks fine to me :) Just a couple of errors: if "$VIEWER" == "" GOTO ALTVIEW should have read: if "%VIEWER%"=="" GOTO ALTVIEW or better yet, if %VIEWER%"=="...
88 Bert
bertz@... Send Email
Jun 11, 2000
4:09 am
Hi, I have been ready Batch World for a while and I appreciate the info! I have written some DOS batch files but I don't have any information on how to write...
89 Bert
bertz@... Send Email
Jun 11, 2000
4:20 am
Hi, I have been ready Batch world for some time and I appreciate the info! I would like some help for a simple batch file to back up my data files from Outlook...
90 Bert
bertz@... Send Email
Jun 11, 2000
4:25 am
Sorry, I accidentally sent you two message regarding the batch file for copying data files. Bert mailto:bertz@......
91 Bamm Gabriana
bamm@... Send Email
Jun 11, 2000
5:04 am
Sorry for writing again, I know I already responded to your batch file but I just went through it again and I'd like to share with you how I had just rewritten...
92 Michael Marquart
micm@... Send Email
Jun 11, 2000
2:01 pm
On Sun, 11 Jun 2000 11:48:49 +0800 Subject: Re: [BATCH WORLD] optimization and other issues "Bamm Gabriana" <bamm@...> wrote: There's not much for me...
93 Michael Marquart
micm@... Send Email
Jun 11, 2000
2:19 pm
On Sat, 10 Jun 2000 21:15:10 -0700 Subject: [BATCH WORLD] Help with a Simple Batch File "Bert" <bertz@...> wrote: Hi Bert. This works here to copy single...
94 Michael Marquart
micm@... Send Email
Jun 11, 2000
2:34 pm
I reread your message with more care and it seems you would like to copy files without dragging them to this shortcut, which is what I originally thought. If...
95 Bert
bertz@... Send Email
Jun 12, 2000
6:39 am
Mic, Thank you very much for your prompt reply. You gave me exactly what I wanted! I have created a lot of batch files for DOS but I had not figured out how to...
96 digs
mjs@... Send Email
Jun 12, 2000
7:30 am
[beware TWO posts intermixed] ... ouch my bash scripting habits are hard to break |-) ... Perfect! thankyou so much. [...] ... I thought about that very thing...
97 Michael Marquart
micm@... Send Email
Jun 12, 2000
1:32 pm
On Mon, 12 Jun 2000 23:39:13 -0700 Subject: [BATCH WORLD] Thanks for the help! "Bert" <bertz@...> wrote: Hi Bert. I'm glad you got it sorted out. I don't...
98 Michael Marquart
micm@... Send Email
Jun 12, 2000
1:41 pm
On Mon, 12 Jun 2000 02:29:56 -0500 Subject: [BATCH WORLD] Re: optimization and other issues ... Dig, why not add an extra option flag for unattended operation,...
99 digs
mjs@... Send Email
Jun 12, 2000
4:52 pm
Michael Marquart spoke unto us saying: [...] ... Why not the more I think about it, the better the idea sounds. What do you think of this, by default the audit...
100 Christophe GIRARD
girard@... Send Email
Jun 13, 2000
10:16 am
Where can we find information about "Tokens", "Delims" and so on used in FOR loop. Thanks Christophe GIRARD Christophe.Girard@......
101 Bert
bertz@... Send Email
Jun 13, 2000
3:31 pm
Mic Thanks again for the help. I will try your suggestion for closing the window. I really appreciate your help1 Bert...
Messages 72 - 101 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