RESTART_POL

Archive of the older Feature Request Forum Posts
Locked
Matrix
Neophyte Poster
Posts: 32
Joined: Fri Feb 03, 2006 9:13 am

RESTART_POL

Post by Matrix »

Well, I don't know if it is possible to make pol restartable...
FreeSoul
Master Poster
Posts: 90
Joined: Sat Feb 04, 2006 9:14 am

Post by FreeSoul »

yes it is...
Shutdown();

then some program (win)/script(linux) which will check if pol is running (every 1 minute for example)
then if not execute pol
User avatar
tekproxy
Forum Regular
Posts: 352
Joined: Thu Apr 06, 2006 5:11 pm

Post by tekproxy »

There are numerous examples of .bat files that automaticly restart POL when it closes using goto. Is that what you want?
Matrix
Neophyte Poster
Posts: 32
Joined: Fri Feb 03, 2006 9:13 am

Post by Matrix »

ye, you can just move this board in general help for pol95 lol...
User avatar
tekproxy
Forum Regular
Posts: 352
Joined: Thu Apr 06, 2006 5:11 pm

Post by tekproxy »

loopPOL.bat:

Code: Select all

@ECHO OFF
SET PATH_POL=pol.exe

GOTO :POL()

:POL()
%PATH_POL%

GOTO :POL()
Matrix
Neophyte Poster
Posts: 32
Joined: Fri Feb 03, 2006 9:13 am

Post by Matrix »

Thank you . :wink:
Mordaunt

Post by Mordaunt »

Shadow Lord wrote a program a few years back that will work on any EMU really... so long as you name it POL ;)

http://scriptsharing.org/library/Shadow ... estart.zip
Locked