home *** CD-ROM | disk | FTP | other *** search
/ The First Hungarian Family / The_First_Hungarian_Family_CD-ROM.bin / internet / offlread / 1st200 / b / $$r-term.bat < prev    next >
DOS Batch File  |  1995-07-19  |  1KB  |  30 lines

  1. @ECHO OFF
  2. :1ST /NOCLS /CURSOR_OFF /NS /RTS /NOCOMM /EGA /DISPLAY:1stReader RIP support module
  3. :SET2 IF API(337)=-1 THEN SET API$(171)="!"
  4. :SET2 IF API(337)=-1 THEN SET API$(172)="RIPSCRIP015450"
  5.  
  6. if "%_4ver%"=="" goto not4dos
  7.  
  8. :: The 4dos command processor requires 150k to run batch files.  QRIP takes
  9. :: up 150k when installed, so a total of 300k is necessary in the DOS shell
  10. :: when 4dos is running.  Otherwise the system locks.
  11.  
  12. iff %@DOSMEM[k] lt 300 then
  13.   loadbtm on
  14.   beep
  15.   drawbox 15 8 20 70 2 bright white on red fill red shadow
  16.   scrput 16 10 bright white on red Sorry, but running 1stReader's RIP mode in 4DOS requires at
  17.   scrput 17 10 bright white on red least 300k of free conventional memory.  You can circumvent
  18.   scrput 18 10 bright white on red this problem by freeing TSR's or by using 1strip.btm to
  19.   scrput 19 10 bright white on red start 1stReader.
  20.   scrput 19 52 bright blink yellow on red Press any key...
  21.   setlocal
  22.   inkey /w20 %%dummy >nul
  23.   endlocal
  24.   goto exit
  25. endiff
  26.  
  27. :not4dos
  28. @API$(5)QRIP\QRIP /s@SWITCH(5) /tsr
  29. :exit
  30.