+ Cannot return to Windows -> Xargon keeps restarting

Post problems with getting games installed and running properly here.
Post Reply
Jack

+ Cannot return to Windows -> Xargon keeps restarting

Post by Jack »

I have installed Xargon. I worked well for some weeks but now by some reason it has copied itself into the autoexec.bat file. Result is that I cannot return to Windows again. The program keeps starting up automatically. I have read the answers to Scorched Earth problem(Nov 17 2002), but all the tips and hints did not work for me. By deleting the 2 added Xargon lines in the autoexec.bat file, it results in a DOS prompt, but the system will not return to Windows. Installing Windows again did not work either. A start up with a rescue floppy did not help either !
How should I change the autoexec file to go back to Windows again ?
The autoexec file looks like this:

@ECHO OFF
SET TMP=C:\WINDOWS\TEMP
SET TEMP=C:\WINDOWS\TEMP
SET PROMPT=$p$g
SET winbootdir=C:\WINDOWS
SET PATH=C\Program Files\Microsoft Office\Office;C:\WINDOWS;C:\WINDOWS\COMMAND
C:
CD C:\PROGRA~1\SPEL1~1\XARGON
CALL C:\PROGRA~1\SPEL1~1\XARGON\XARGON.BAT
C:\WINDOWS\WIN.COM /WX

The xargon.bat file consists off:
@echo off
cls
xrfile00 %1 %2 %3

How is it possible that this dos game copies itself into the autoexec file? How can I prevent this in future ?

Please help me,

Jack
User avatar
procerus
Expert
Expert
Posts: 187
Joined: Mon Sep 16, 2002 3:27 pm

Post by procerus »

Hi,

you can get back to a normal Windows boot by getting to a DOS prompt and typing in "win /w" without the quotes and hitting enter.

I would guess that the game crashed whilst in DOS mode and Window got its knickers in a twist. It probably won't happen again but if it does just remember "win /w" at the c:> prompt.

Another method is just to delete the autoexec.bat and config.sys in the root of the c: drive "del config.sys" and "del autoexec.bat" (again without the quotes) and then rename the autoexec.wos and config.wos files to autoexec.bat and config.sys. ("ren autoexec.wos autoexec.bat" then enter and "ren config.wos config.sys" and enter again).

Be careful with deleting and renaming system files though!

HTH
<CENTER><A HREF="http://www.litepc.com/index.html"><IMG SRC="http://www.procerus.btinternet.co.uk/98 ... A></CENTER>
<CENTER>with <FONT COLOR=FF0000><B>629K</B></FONT> of free conventional memory in full DOS mode using QEMM 9.0<BR>(or 628K with <A HREF="http://www.uwe-sieber.de/umbpci_e.html">UMBPCI.SYS</A> providing real mode for <A HREF="http://members.aol.com/axcel216/speed.htm">FastVid</A>) with SmartDrive, CD-ROM,
<A HREF="http://cutemouse.sourceforge.net/">CuteMouse</A>, sound support and <A HREF="http://home.student.utwente.nl/r.muller ... Refresh</A> all loaded high.</CENTER>
Post Reply