home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Online Bible 1995 March
/
ROM-1025.iso
/
olb
/
bibledut
/
notes.bat
< prev
next >
Wrap
DOS Batch File
|
1995-03-27
|
545b
|
22 lines
@echo off
echo off
rem
rem $ 5 - path to install notes directories on
rem $ 2 - eight character name for notes
rem $ 3 - radix 5, 12, 25, or 50, defaults to 50
rem
if %1x == *x %cd%\OLB\BIBLEDUT\notes %cd%\OLB\BIBLEDUT %2 %3
rem Gill has radix of 12 not 50
if not %2x == gillx goto l1
%cd%\OLB\BIBLEDUT\bldnotes %1 %2 12
goto l3
:l1
rem PSALMS has radix of 5 not 50
if not %2x == psalmsx goto l2
%cd%\OLB\BIBLEDUT\bldnotes %1 %2 5
goto l3
:l2
%cd%\OLB\BIBLEDUT\bldnotes %1 %2 %3
:l3
if errorlevel 1 Directories Not Created