home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / testsoft / Global / INSTALUJ.SC < prev    next >
Text File  |  1996-07-09  |  571b  |  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) 21-70-21 w.41
  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.