Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Terminate batch file.....
Name: Moon Unit Date: April 18, 2002 at 16:03:34 Pacific
Comment:
Hi Thanks to those who helped fix my problem with not starting windows....I have it going now, but when it shows the windows splash screen it then comes up with a message that says "Press Ctrl + C to terminate batch file, or press any key to start windows". I dont know anything about batch files so Im apprehensive to play with it. Does anyone have any ideas how I can stop this message coming up every time windows is started please? Thanx.
Name: WhitPhil Date: April 18, 2002 at 16:27:44 Pacific
Reply:
Post back the contents of the file C:\Autoexec.Bat
0
Response Number 2
Name: byron Date: April 18, 2002 at 18:47:48 Pacific
Reply:
Yeah, post back with the contents of autoexec.bat. Open it with notepad. Anyways, you sure can play with it. Just make sure you make a backup.
0
Response Number 3
Name: Samantha Date: April 18, 2002 at 22:50:13 Pacific
Reply:
I was curious about this question. This is what I've got in my autoexec.bat file. I do not see a file in Windows directory for autoexec.tsh Help! -------------------- @ECHO OFF rem rem *** DO NOT EDIT THIS FILE! *** rem rem This file was created by the System Configuration Utility as rem a placeholder for your AUTOEXEC.BAT file. Your actual rem AUTOEXEC.BAT file has been saved under the name AUTOEXEC.TSH. rem
0
Response Number 4
Name: DAVEINCAPS Date: April 18, 2002 at 23:50:56 Pacific
Reply:
The autoexec.tsh will be in the root directory (c:\) and not c:\windows directory. It must only contain DOS commands that windows didn't need. Sometimes anti-virus programs are started in autoexec.bat but for the most part windows doesn't need autoexec.bat or config.sys to operate.
0
Response Number 5
Name: chappie Date: April 20, 2002 at 07:33:00 Pacific
Reply:
MSCONFIG does this when you change the settings in Config.sys or Autoexec.bat.
Open Autoexec.tsh with notepad to see what it contained
Summary: You can try a line with EXIT at the end of the batch file. The problem will probably be that it won't get executed until you terminate the program. Batch files are really designed to start MS-DOS pr...
Summary: My versions....... cfgbak.bat; @echo off cls echo. @echo This batch file must run from within Windows 95 or Windows 98. @echo Press any key to continue or Ctrl+C to terminate this process. pause @...
Summary: Or, maybe the following: VB3 Using ExitWindowsExec() in VB to Run MS-DOS Batch File -------------------------------------------------------------------------------- The information in this article a...