home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / dirutl / ug.arc / UDB2.BAT < prev    next >
Encoding:
DOS Batch File  |  1987-10-22  |  635 b   |  29 lines

  1. ECHO OFF Dbase II by Ashton Tate
  2. CLS
  3. TYPE CPC.TXT
  4. IF NOT EXIST CPC.TXT GOTO TO COPYRT:
  5. REM Run DBASE II
  6. ECHO ... dBASE II Operating Under Universal Globals 3.40 ...
  7. ECHO ...
  8. SET 'DBASE=#!"C:\DBASEII
  9. Rem Setpath is needed to run dbaseovr.com due to override on the
  10. Rem device specification
  11. SETPATH=C:\DBASEII
  12. SET .PRG=#;!"C:\DBASEII
  13. UNI .RU -FEDOPT ON > NUL
  14. DBASE
  15. IF NOT EXIST DBASE.COM GOTO END
  16. UNI .RC -# >NUL
  17. UNI .RU -.* OFF > NULL
  18. GOTO STOP
  19. :END
  20. CLS
  21. UNI .RC -# > NUL
  22. ECHO Unable to Locate Dbase II command files
  23. GOTO STOP
  24. :COPYRT
  25. CLS
  26. ECHO ... CPT.TXT is not on the default drive. Please correct.
  27. :STOP
  28.  
  29.