On_Jon 3/10/2000
Hey I would keep posting my ideas here but as a 'junior member' I feel that Im not worthy.
Later its been fun. . .

;;=========================================

For Win9x try creating one liners and exiting to run at the end of the script. Need the properties set to 'close on exit' on program tab and uncheck 'warn if active, on misc tab.

to restart Windows
C:\WINDOWS\RUNDLL.EXE user.exe,exitwindows
-or- to shutdown
C:\WINDOWS\RUNDLL.EXE user.exe,exitwindowsexec

;;=========================================