home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d473
/
bigbrother
/
bighelp
< prev
next >
Wrap
Text File
|
1991-04-17
|
787b
|
66 lines
echo "Function key help BigBrother 2.02"
echo "================================="
echo "F2 " NOLINE
if exists s:F2
type s:F2
else
echo "not installed*N"
endif
echo "F3 " NOLINE
if exists s:F3
type s:F3
else
echo "not installed*N"
endif
echo "F4 " NOLINE
if exists s:F4
type s:F4
else
echo "not installed*N"
endif
echo "F5 " NOLINE
if exists s:F5
type s:F5
else
echo "not installed*N"
endif
echo "F6 " NOLINE
if exists s:F6
type s:F6
else
echo "not installed*N"
endif
echo "F7 " NOLINE
if exists s:F7
type s:F7
else
echo "not installed*N"
endif
echo "F8 " NOLINE
if exists s:F8
type s:F8
else
echo "not installed*N"
endif
echo "F9 " NOLINE
if exists s:F9
type s:F9
else
echo "not installed*N"
endif
echo "F10 " NOLINE
if exists s:F10
type s:F10
else
echo "not installed*N"
endif