home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a005 / 1.ddi / WSSTART.SC < prev   
Encoding:
Text File  |  1992-08-08  |  472 b   |  14 lines

  1. ; WSSTART.SC - Start the Paradox Application Workshop
  2. ; Copyright 1992 - Borland International - All Rights Reserved
  3. ;
  4. ; Setup AUTOLIB
  5.    Autolib = SDir()+"WORKSHOP\\WORKSHOP"
  6.            + IIf(IsAssigned(PPO_App["Autolib"]) And (PPO_App["Autolib"]<>""),
  7.                  ","+PPO_App["Autolib"],"")
  8.  
  9. PPP_Startup_U() ; Start the System
  10.  
  11. If IsAssigned(Retval) and Type(Retval) <> "L" and Not Isblank(Retval) Then
  12.    Return Retval  ; Display Error Message!
  13. EndIf
  14.