home *** CD-ROM | disk | FTP | other *** search
- /*
- Startup Script
- STARTUP.XWS
- February 14, 1990
- by SLJ
- This is a modified version of the startup script that
- comes with WindeX. The changes allow you to start WindeX
- by clicking on a profile or script.
-
- */
- if null(arg) then end
- if exists(dirxws+'\'+arg(1)) then chain arg
- if exists(dirxws+'\'+arg(1)+'.*') then chain arg
- else call arg
-