home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / que101d.zip / STARTUP.XWS < prev   
Text File  |  1990-03-19  |  437b  |  15 lines

  1. /*
  2.         Startup Script
  3.         STARTUP.XWS
  4.         February 14, 1990
  5.         by SLJ
  6.         This is a modified version of the startup script that
  7.         comes with WindeX. The changes allow you to start WindeX
  8.         by clicking on a profile or script.
  9.  
  10. */
  11.         if null(arg) then end
  12.         if exists(dirxws+'\'+arg(1)) then chain arg
  13.         if exists(dirxws+'\'+arg(1)+'.*') then chain arg
  14.         else call arg
  15.