home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Online Bible 1995 March
/
ROM-1025.iso
/
olb
/
biblespa
/
_av_rva.bat
< prev
next >
Wrap
DOS Batch File
|
1995-03-27
|
607b
|
20 lines
@echo off
echo off
cls
rem
rem $ 1 - Hot Key Number - Delay Value
rem
rem Specify a delay value only if your Word Processor
rem needs it e.g. Q&A, Professional Write
rem
rem example _SCHOLAR 2092-5
rem Hot Key = 2092 (ALT-Z on my keyboard)
rem Delay = 5 (5 delay times seems to work well)
rem
if %1x == x goto l1
%cd%\OLB\BIBLESPA\_BIBLE %cd%\OLB\BIBLESPA\AV_RVA %1 "Enter Passage:" %cd%\OLB\BIBLESPA\UNLOCK\AV_RVA
goto l2
:l1
%cd%\OLB\BIBLESPA\_BIBLE %cd%\OLB\BIBLESPA\AV_RVA "Enter Hotkey:" "Enter Passage:" %cd%\OLB\BIBLESPA\UNLOCK\AV_RVA
:l2