home *** CD-ROM | disk | FTP | other *** search
/ Online Bible 1995 March / ROM-1025.iso / olb / bibledut / _av_svv.bat < prev    next >
DOS Batch File  |  1995-03-27  |  607b  |  20 lines

  1. @echo off
  2. echo off
  3. cls
  4. rem
  5. rem     $ 1 - Hot Key Number - Delay Value
  6. rem
  7. rem     Specify a delay value only if your Word Processor
  8. rem        needs it e.g. Q&A, Professional Write
  9. rem
  10. rem     example _SCHOLAR 2092-5
  11. rem        Hot Key = 2092   (ALT-Z on my keyboard)
  12. rem        Delay   = 5      (5 delay times seems to work well)
  13. rem
  14. if %1x == x goto l1
  15. %cd%\OLB\BIBLEDUT\_BIBLE %cd%\OLB\BIBLEDUT\AV_SVV %1 "Enter Passage:" %cd%\OLB\BIBLEDUT\UNLOCK\AV_SVV
  16. goto l2
  17. :l1
  18. %cd%\OLB\BIBLEDUT\_BIBLE %cd%\OLB\BIBLEDUT\AV_SVV "Enter Hotkey:" "Enter Passage:" %cd%\OLB\BIBLEDUT\UNLOCK\AV_SVV
  19. :l2
  20.