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 41 - 70 of 8697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
41 samy@... Send Email May 1, 2000
9:09 am
... Microsoft ... directories ... It has ... differences ... point, I am ... the ... alumni ... The problem is that the directories aren't identicle,just...
42 Michael Marquart
micm@... Send Email
May 1, 2000
3:47 pm
On Sun, 30 Apr 2000 17:04:42 -0500 Subject: [BATCH WORLD] 4dos batchfile question Greg Paksi <gpaksi@...> wrote: run the following in a batch file...
43 Michael Marquart
micm@... Send Email
May 1, 2000
3:51 pm
On Mon, 01 May 2000 09:09:23 -0000 Subject: Re: [BATCH WORLD] deletion of the same files samy@... wrote: @echo off for %%a in (*.*) do if exist...
44 Greg Paksi
gpaksi@... Send Email
May 2, 2000
4:38 am
You wrote to me about [BATCH WORLD] 4dos batch file question on 5/1/2000 Thanks Mic. As I said at the bottom of my original message, I'm probably missing...
45 Gord Braun
gbraun@... Send Email
May 2, 2000
5:54 am
... Well, even if that's *all* it does, it's no small feat to someone like me who's been looking for something to pair down the registry for a long while! :) ...
46 Michael Marquart
micm@... Send Email
May 2, 2000
3:05 pm
On Mon, 1 May 2000 21:36:15 -0500 Subject: Re[2]: [BATCH WORLD] 4dos batchfile question ... No worries Greg, glad to hear you have it worked out. ... That's...
47 Michael Marquart
micm@... Send Email
May 2, 2000
3:15 pm
On Mon, 01 May 2000 23:54:55 -0600 Subject: [BATCH WORLD] shopvac.bat ... Well, I guess most are installed there. Bit slack of the author not to consider the...
48 David Y
dyoung1234@... Send Email
May 10, 2000
4:56 pm
Does anyone know a way to have a batch file run WITHOUT opening up a DOS window? I have created a batch to automatically map a bunch of drives for me using the...
49 Jason Bias
jbias@... Send Email
May 10, 2000
4:59 pm
what I usually do is create a shortcut to the batch file and in the .pif file's properties, set it to run minimized and close the window on exit. It flashes...
50 David Y
dyoung1234@... Send Email
May 10, 2000
8:06 pm
Jason, Thanks for the information. Seems to work pretty good. Do you know If I can copy the shortcut to another computer? Or would the shortcut have to be...
51 Jason Bias
jbias@... Send Email
May 10, 2000
8:09 pm
If the .bat file is in the same location on every system, yeah that'd work I believe. Jason ... From: David Y [mailto:dyoung1234@...] Sent: Wednesday,...
52 R. Wayne Bates
ametombreinq@... Send Email
May 14, 2000
6:45 pm
I am having a problem with my computer and cannot seem to get any help anywhere. I would also like to know more about batch file programming. The problem I am...
53 forgot2
forgot2@... Send Email
May 14, 2000
7:24 pm
I had this problem with win 95/98 before, though I only use them for testing. There are two things I can think of off the top of my head, 1 (if you have a ...
54 John Hundley
johnh@... Send Email
May 15, 2000
7:25 pm
Does anyone know how to set an environment variable from the standard out of an executable in Windows NT? The executable I am using is designed to return key...
55 Gord Braun
gbraun@... Send Email
May 15, 2000
7:50 pm
I'm trying to get a racing game called Stunts to run on my W95 system in MS-DOS mode. For a few days I've been trying to figure out why the game won't make...
56 Keith Thompson
ka_thompson@... Send Email
May 15, 2000
7:59 pm
Here are the settings on my SoundBlaster card. Looks like they would be similar to yours except for the location of your sound card setup. This works with...
57 Simon Lai
slai@... Send Email
May 16, 2000
2:49 am
Hi all, I need to copy a file from my computer to a temp folder on a remote computer, and then run it and then delete it, and finally restart the computer. ...
58 Horst Schaeffer
horst.schaeffer@... Send Email
May 16, 2000
6:03 am
... With LMOD, line&list modification tool. Example: program.exe | lmod set VAR=[] > temp.bat call temp.bat This way you can pick anything from standard IN...
59 Rosilyn Carroll
rosilyn.carroll@... Send Email
May 24, 2000
10:57 pm
Hello When running a batch file and copying a file I'd like the batch file to look to see if the file is there already before copying and if it is, not to copy...
60 forgot2
forgot2@... Send Email
May 25, 2000
12:47 am
I think what you need to do, is use an if command. The if command compares two or more values (or tests a value) and executes some action when true or false. ...
61 alasad@... Send Email May 30, 2000
9:42 pm
I'm trying to run a batch file upon exiting windows. Whether it be when you restart or shutdown. Any ideas? I have feeling that I would have to call the...
62 Bamm Gabriana
bamm@... Send Email
May 31, 2000
1:35 am
... i know a way but this only works on shutdown, not on restart. it requires that you have the BootGUI in msdos.sys be set to 0 not 1. this way you have to...
63 Gord Braun
gbraun@... Send Email
May 31, 2000
4:57 am
... Try running the batch file from win.ini, where it reads: [windows] load= run=c:\directoryname\batname.bat Actually, even if BootGui is set to 1, you can...
64 Gord Braun
gbraun@... Send Email
May 31, 2000
5:01 am
... You could also put a shortcut to the batch file in your Programs/Startup folder. Gord ... Gord Braun gbraun@... ...
65 Bamm Gabriana
bamm@... Send Email
May 31, 2000
8:20 am
... I believe his question is running a file on windows EXIT not on windows startup. btw, if i would run a program on startup i would rather use the Run...
66 Ahmad
alasad@... Send Email
May 31, 2000
1:40 pm
... windows startup. ... section of the ... file from ... least, ... after all the ... be ... file ... Executing the batch file in question is in deed needed...
67 Greg Paksi
gpaksi@... Send Email
May 31, 2000
1:55 pm
You wrote about [BATCH WORLD] Running a batch file on Windows' Exit on 5/30/2000 abc> I'm trying to run a batch file upon exiting windows. Whether it be abc>...
68 Michael Marquart
micm@... Send Email
May 31, 2000
3:27 pm
On Tue, 30 May 2000 21:40:25 -0000 Subject: [BATCH WORLD] Running a batch file on Windows' Exit alasad@... wrote: Greetings. [cut from a Usenet msg I...
69 Bernard Desomer
bdesomer@... Send Email
May 31, 2000
11:54 pm
Better yet, to start a batch upon starting windows... Use the winstart.bat. Once created in the win-dir, this batch automatically runs when windows starts... ...
70 Ahmad
alasad@... Send Email
Jun 1, 2000
2:24 am
Thanks for everyone's input. I think that I can whip up a somewhat feasable solution. After all, without testing I'll never know. :) Thanks again for all...
Messages 41 - 70 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