home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / testsoft / global / instaluj.sc < prev    next >
Text File  |  1997-05-08  |  566b  |  16 lines

  1. ;The Main Event
  2. ;***************************************************************************
  3. ;                   PROGRAM INTALACYJNY APLIKACJI 'GLOBAL'
  4. ;                  (c) GlobalCom SC   M.Cichocki, I.Stary
  5. ;                   Projektowanie Systemow Komputerowych
  6. ;            Gdynia, Al.Zjednoczenia 1,  tel/fax (0-58) 61-36-36
  7. ;***************************************************************************
  8. Release Vars All
  9. Release Procs All
  10. Autolib = SDIR()+"Install"
  11. Echo Off
  12. ErrorProc = "ApplicErrorProc"
  13. ApplicErrorRetVal = FALSE
  14.   Main()
  15. ;Exit
  16.