Hi guys, Can anyone give me a good reason as to why a DOS box crashes when I run this code? I have intentionally made it so that it doesn't work; the second...
288
jbias@...
Oct 3, 2000 3:05 pm
hello group! I'm a pretty sad excuse for a bat file writer... I can get CD's to load... an' I'm damn proud of that! :-) But I'm learning, this group rocks btw....
289
Christian Rodriguez
CRodriguez@...
Oct 3, 2000 3:37 pm
Hello all I have a bath file which install a few application. At the end of my batch file I need to include a command to make the pc reboot. In other words...
290
Michael Marquart
micm@...
Oct 3, 2000 4:41 pm
On Tue, 3 Oct 2000 11:37:15 -0400 Subject: RE: [BATCH WORLD] Reboot ... Here's something that may help Regards Mic - Area: alt.msdos.batch...
291
Michael Marquart
micm@...
Oct 3, 2000 4:50 pm
On Tue, 03 Oct 2000 15:05:11 -0000 Subject: [BATCH WORLD] Running consecutive programs from batch file jbias@... wrote: Hi Jason. ... start /w...
292
Laurence
batfiles@...
Oct 3, 2000 7:46 pm
... run this ... line would ... Works for me in MS-DOS 6.22....
293
Jason Bias
jbias@...
Oct 3, 2000 7:59 pm
Cool, that seems to be working fine. Here's my other question. How would you go about setting up a variable, (if I'm using correct terminology), that would...
294
Steve Schelske
skschelske@...
Oct 4, 2000 5:01 pm
Is there a way to run regedit in a "quiet" mode? When I run it from a bat file, I get a windows message box telling me that the registry has been updated. I'd...
295
Steve Schelske
skschelske@...
Oct 4, 2000 5:27 pm
Let me clarify. I'm executing a .reg file within a bat file when I get the windows message. for example some bat commands . . x:\update.reg . .some more bat...
296
Michael Marquart
micm@...
Oct 4, 2000 5:57 pm
On Wed, 04 Oct 2000 17:19:21 -0000 Subject: [BATCH WORLD] Re: Running consecutive programs from batch file ... Have you tried regedit x:\update.reg or regedit...
297
Schelske, Steve K.
skschelske@...
Oct 4, 2000 6:01 pm
I just tried both formats and I still got the windows message. What should be contained in the file? Just the registry keys? My reg file look like this: ...
298
Michael Marquart
micm@...
Oct 4, 2000 6:31 pm
On Wed, 4 Oct 2000 13:59:15 -0400 Subject: RE: [BATCH WORLD] Re: Running consecutive programs from batch fil e "Schelske, Steve K."...
299
Lamar Morris
LamarMorris@...
Oct 4, 2000 6:35 pm
Lamar Morris wrote: Why don't you use reg.exe and you won't see the screen. Below is an example of what the switches are. U:\>reg Command-line registry...
300
LamarMorris@...
Oct 4, 2000 6:36 pm
Lamar Morris wrote: Why don't you use reg.exe and you won't see the screen. Below is an example of what the switches are. U:\>reg Command-line registry...
301
Lamar Morris
LamarMorris@...
Oct 4, 2000 6:40 pm
Lamar Morris wrote: Steve, I should have given an example. REG ADD "HKLM\Software\Symantec\Norton Antivirus\DefAnnuity\Enable=0" REG_DWORD \\machinename ... ...
302
Michael Marquart
micm@...
Oct 4, 2000 6:45 pm
On Wed, 04 Oct 2000 13:28:12 -0500 Subject: RE: [BATCH WORLD] Re: Running consecutive programs from batch fil e Lamar Morris <LamarMorris@...> wrote: What...
303
Lamar Morris
LamarMorris@...
Oct 4, 2000 7:05 pm
Lamar Morris wrote: Mine came out of NT Resource Kit, but go here and download reg it's supposed to work on all OS's if you believe the author. ...
304
Raz Goren - StarBand ...
raz.goren@...
Oct 4, 2000 7:53 pm
I'm not sure if this is what you want ? If you want to add registry keys without getting the windows message run the following command : regedit /w abc.reg Raz...
305
r.a.j. farla
raj.farla@...
Oct 4, 2000 9:40 pm
Hi.. Anyone a guess why WinME does not access autoexec.bat on startup ?? I love to put some routines in this and this worked good in Win98, but after update...
306
Dan
dmoore@...
Oct 4, 2000 9:45 pm
This may or may not help as I have never used ME but here goes... there is a registry setting in NT 4.0 that dictates wether your autoexec.bat is parsed or...
307
Asp, Peter
peter.asp@...
Oct 4, 2000 9:49 pm
To suppress the message, use the following syntax. regedit /s filename.reg The /s must be after regedit and prior to the filename. hth, Peter ... From: Michael...
308
alex bondarook
dreadstar@...
Oct 5, 2000 1:49 am
I just learned that you can use double redirection symbols to append text to a file, but I noticed HTML tags mess it up. Is there a workaround?...
309
Michael Marquart
micm@...
Oct 5, 2000 7:27 am
On Wed, 4 Oct 2000 17:51:16 -0400 Subject: RE: [BATCH WORLD] Re: Running consecutive programs from batch fil e ... Thanks Peter. That's most helpful - it works...
310
Michael Marquart
micm@...
Oct 5, 2000 7:31 am
On Thu, 05 Oct 2000 01:49:51 -0000 Subject: [BATCH WORLD] Redirecting HTML code ... Not an entirely transparent workaround echo "<tag>">>file will append the...
311
Schelske, Steve K.
skschelske@...
Oct 5, 2000 11:40 am
Thanks to all who made suggestions. The syntax Peter suggested worked. I did locate reg.exe in the NT Resource kit, but didn't get a chance to try it out. ... ...
312
steven.lewin@...
Oct 5, 2000 11:59 am
I'm looking for a command line utility to use in a batch file to grant certain users access to folders or files. eg: the file notepad.exe I want to give the...
313
Raz Goren - StarBand ...
raz.goren@...
Oct 5, 2000 1:22 pm
Try : regedit /s test.reg Raz ... From: Steve Schelske [mailto:skschelske@...] Sent: Wednesday, October 04, 2000 13:01 To: batchworld@egroups.com ...
314
r.a.j. farla
raj.farla@...
Oct 5, 2000 1:35 pm
Hi..I am new to this egroup. Here is my first question Anyone a guess why WinME does not access autoexec.bat on startup ?? I love to put some routines in this...
315
Michael Marquart
micm@...
Oct 5, 2000 3:16 pm
On Thu, 5 Oct 2000 13:47:32 +0200 Subject: [BATCH WORLD] Autoexec.bat in WinME ... Look here Richard. http://www.geocities.com/mfd4life_2000/ Regards Mic...
316
vaf@...
Oct 5, 2000 4:21 pm
... me ... definitely possible - I do it all the time - just use the s switch ei regedit /s c:\test.reg vaf ... file ... to ... a ... would ... registry. ... ...