home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0020 - 0029 / ibm0020-0029 / ibm0028.tar / ibm0028 / XTALK1.ZIP / STARTUP.XWS < prev    next >
Encoding:
Text File  |  1990-04-30  |  247 b   |  13 lines

  1. /*
  2.         Crosstalk for Windows Startup Script
  3.         STARTUP.XWS
  4.         July 10, 1989
  5.         1.0
  6.  
  7. */
  8.  
  9.         if length(arg(1)) then call arg(1) else
  10.                 if exists(dirxwp+"\normal.xwp") then load "normal"
  11.  
  12.         end
  13.