Does anyone know of a dos program that will do search and replace in a text file? I want to write a file batch file that will prompt the user for input then go...
638
Rod Green
carrycraft@...
Mar 1, 2001 9:28 pm
Hi. Any ideas how to pass a number to a batch file, and have it perform an operation that number of times? (Ex: beep.bat 10) I suspect I should use a FOR...
639
James Zagorski
zgreatwhite@...
Mar 2, 2001 1:56 am
CHANGE.COM Works for small files (under 30k) SNR.EXE Works for files of any size If you can't find them, I can email them to you. ... ...
640
James Zagorski
zgreatwhite@...
Mar 2, 2001 2:00 am
LOOP.COM Give out errorlevel, so is limited to 255 loops. TCALC.EXE TCALC is a command line & batch file calculation program... set _tcalc=%1 ... TCALC -E...
641
Walsh-US-RTS, David
dwalsh@...
Mar 2, 2001 7:41 pm
when running a .bat in Windows 98, the program finishes running but the DOS window stays opening (hanging my installer at the same time) even using an 'exit'...
642
morphius501@...
Mar 2, 2001 8:12 pm
right click on the .bat file...and click on properties...there are various tabs....choose the one which is "program" and at the bottom there is a box you can...
643
Verne A.
zanzi_spot@...
Mar 2, 2001 10:57 pm
I have a dos executable called getip.exe All it does is get your current IP address and copy it to the windows clipboard. How would I write a batch file...
644
Michael Marquart
micm@...
Mar 3, 2001 12:20 pm
On Fri, 2 Mar 2001 14:37:40 -0500 Subject: [BATCH WORLD] 98 ... Windows 9x leaves the screen open when there is text to read, so clear the screen as the last...
645
Michael Marquart
micm@...
Mar 3, 2001 12:24 pm
On Fri, 2 Mar 2001 17:56:52 -0500 Subject: [BATCH WORLD] Pass a value ... @ECHO OFF ECHO @SHIFT>IP.BAT ECHO @SHIFT>>IP.BAT ECHO @SET IP=%%9>>IP.BAT IPCONFIG |...
646
Stuart Whyte
homeauto@...
Mar 7, 2001 4:19 pm
HI, Does anyone know how to automatically close the dos window at the end of a batch?? I have tried exit, close and quit, but it doesnt work. I am using...
647
morphius501@...
Mar 7, 2001 4:25 pm
in windows...right click on the file..and open the file properties...and then click on the program tab....then check the box that says "close on exit" click...
648
James Zagorski
zgreatwhite@...
Mar 7, 2001 4:31 pm
I think you can only close the batch file if you are calling it via a shortcut. Go to the shortcut properties, program tab, close on exit. zgreatwhite ... ...
649
Mike C.
mcarrier@...
Mar 7, 2001 4:37 pm
cmd /c command placed within your batch file will run the command and close the window when done. ... From: "Stuart Whyte" <homeauto@...> To:...
650
whitedg@...
Mar 7, 2001 4:41 pm
Thanks for the help James. I have searched and cannot find these utilities. Would you happen to know where to get them? Thanks again, Dan ... in ... input ... ...
651
rmccann
rmccann@...
Mar 8, 2001 1:10 am
You can also place a period as the last line of a batch file to have it close on it's own when done. ... From: "James Zagorski" <zgreatwhite@...> To:...
652
Carver, Stacy
stacy_carver@...
Mar 8, 2001 11:38 am
Placing the CLS clear screen command at the end of your batch file should make it close the window when finished. I have used this method on Win95, 98, ME & NT...
653
Michael Marquart
micm@...
Mar 8, 2001 12:04 pm
On Wed, 7 Mar 2001 17:09:35 -0800 Subject: Re: [BATCH WORLD] Batch Files "rmccann" <rmccann@...> wrote: What operating system does this work with?...
654
rmccann
rmccann@...
Mar 8, 2001 10:17 pm
Please forgive a large error! I am so sorry, I cannot believe that I made such a stupid error! That is what I get for answering a question while I was 1/2...
655
rmccann
rmccann@...
Mar 8, 2001 10:21 pm
Would it help if I were to say my original answer was Version 1.0? ... From: "rmccann" <rmccann@...> To: <batchworld@yahoogroups.com> Sent: Thursday,...
656
chiquito1981@...
Mar 9, 2001 6:44 am
hi im having problem getting into my control panel in windows 98 every time i click on system or anything thats inside my control panel it tells me that im...
657
Erich A Voigt
erich@...
Mar 9, 2001 7:30 am
Hi All! OK, we have tried ending the batch with a period, etc., as well as /T and /C as per the CMD.EXE help file and although in "normal" tests, test.bat ...
658
John Ross
jvross@...
Mar 9, 2001 7:51 am
Hi There BatchWorld Members, I have recently installed Windows 98 ME and since my PC box is ATX it should automatically shut down, which many times does not to...
659
Erich A Voigt
erich@...
Mar 9, 2001 8:10 am
Then it still has the cheek to tell you that YOU should power it down properly! Was that 98SE or 2000ME - second case is bad news anyway! Erich What is BeOS???...
660
Carver, Stacy
stacy_carver@...
Mar 9, 2001 12:25 pm
It sounds like the rundll32.exe file has been deleted or misplaced. I believe the file should normally be in the Windows\System32 folder. I can't promise...
661
Verne A.
zanzi_spot@...
Mar 9, 2001 12:27 pm
What is Windows 98 Me? Is it Windows 98 or Windows Me? Or is it a dual boot between
Windows 98 and Windows Me. And since I assume you are referring to an...
662
Verne A.
zanzi_spot@...
Mar 9, 2001 12:39 pm
Your instructions should work, but the folder System32 doesn't exist in 9X It would be named System Just substitute system, for system32
> It sounds like...
663
ataveira@...
Mar 9, 2001 12:54 pm
Find and delete the 'Logos.sys' file, & go to the 'Control Panel/Sounds' & make sure there is no sound associated to 'Exit Windows'. Good luck! ... Amandio...
664
James Zagorski
zgreatwhite@...
Mar 9, 2001 2:31 pm
Are you certain, after executing all of your programs, execution control returns to your batch file? For example, just prior to the last line of your batch...
665
Kenneth C Mazie
kcmazie@...
Mar 9, 2001 5:10 pm
Try placing the word "exit" as the last line in your batch file. That should terminate and close the command shell. As a test do this....create a batch file...
666
Richard Rogers
richardrogers2000@...
Mar 9, 2001 6:59 pm
first off theres no windows 98 me theres a windows 98 se and second theres no windows 2000me there is a 2000 pro and server and advance server and data center...