| !Run file for HUP
| by Justin Fletcher (20 Nov 1996)
| based on file by Andrew Wenn 8/5/91

UnSet HUPro$Dir
Run <Obey$Dir>.!Boot
|
If "<System$Path>" = "" Then Error 0 System resources cannot be found
|
| Requires C library version 3.50 or better
RMEnsure SharedCLibrary 3.50 RMLoad System:modules.CLib
|
Unset HUPro$File
If "%0" <> "" Then Set HUPro$File -l %*0
Echo /|<HUPro$Dir>.Prolog <HUPro$File> { > Pipe:$.HUProlog }
Settype Pipe:$.HUProlog Obey
|
| We require quite a bit of space, and 640k is the minimum
TaskWindow "/Pipe:$.HUProlog" -quit -name Prolog -wimpslot 640k
