home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 10
/
aminetcdnumber101996.iso
/
Aminet
/
comm
/
dlg
/
DBAreafix.lha
/
DBAreafix.autoinstall
< prev
next >
Wrap
Text File
|
1995-10-14
|
2KB
|
68 lines
echo "*nDBAreafix V1.5c -- ©1995 Denis Bucher -- Auto Install Script --*n"
if not EXISTS "Doors:"
echo "I need Doors: to work, sorry ...*N*NI would suggest to add 'assign doors: your_path:' in your*N S:Startup-Sequence and type it now !*N"
skip termine
endif
if not EXISTS "Doors:DBAreafix"
makedir Doors:DBAreafix
endif
copy DBAreafix Doors:DBAreafix/ clone
copy DBAreafix.doc Doors:DBAreafix/ clone
IF exists FIDO:Batch/PRE_Netscan.DMB
echo "*n*n
Question :
Does already the following text contains approximatively"
echo " 'CloseArea -a *"50*" ...*n Doors:DBAreafix/DBAreafix"
echo " OpenArea -a *"50*" ...' ?*n---------------text :---------------------"
type FIDO:Batch/PRE_Netscan.DMB
echo "-------------end of text------------------"
unset >NIL: DBAreafixInstalled
echo "*nYour answer [Y/n] :
" noline
set >nil: DBAreafixInstalled ?
echo "
" noline
if "$DBAreafixInstalled" EQ "n"
skip addprenetscan
else
echo "*nAssumed :
YES
*n->If answer should have been 'no', just restart install :-)*n*n"
endif
unset >NIL: DBAreafixInstalled
else
skip addprenetscan
endif
skip suite
;------------------------SUB
lab addprenetscan
echo >>FIDO:Batch/PRE_Netscan.DMB "DLG:CloseAreas -a *"50*" -k MultiDiapala -r DBAreafix -m -b"
echo >>FIDO:Batch/PRE_Netscan.DMB "Doors:DBAreafix/DBAreafix"
echo >>FIDO:Batch/PRE_Netscan.DMB "DLG:OpenAreas -a *"50*" -k MultiDiapala -m"
;------------------------END
lab suite
unset >NIL: RunDBAreafixNow
echo "*nConfigure DBAreafix NOW ? [y/N] :
" noline
set >nil: RunDBAreafixNow ?
echo "
" noline
if "$RunDBAreafixNow" EQ "y"
Doors:DBAreafix/DBAreafix CFG
endif
echo "*nUsage will be : Doors:DBAreafix/DBAreafix CFG"
unset >NIL: RunDBAreafixNow
lab termine
echo "*NYou can found your DBAreafix in *"Doors:DBAreafix/*".*n"