home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Current Shareware 1994 January
/
SHAR194.ISO
/
menuing
/
fs101.zip
/
FS101.DAT
/
FS_SAMP.INI
next >
Wrap
INI File
|
1993-05-24
|
4KB
|
183 lines
; FS.INI for FS.EXE in English mode.
;
; This is a comment line.
; The semicolon must be at the head of the line.
; Carriage Return([Enter]) is the separator of the each section.
; So there must be carriage return at the end of the each section.
;
[RAM-disk]
d:
[Text Editor]
;path+command
c:\word\b -t8 -k0 -N -b
; for BOXER (shareware)
[Extractor]
;extension (upper case),path+command
.ZIP,c:\arc\pkunzip
.LZH,c:\arc\lha x
.ARJ,c:\arc\arj x
.ARC,c:\arc\arce
.ZOO,c:\arc\zoo x
[Compressor]
;extension (upper case),path+command
.ZIP,c:\arc\pkzip
.LZH,c:\arc\lha a
.ARJ,c:\arc\arj a -e -jm
[Updater]
;extension (upper case),path+command
.ZIP,c:\arc\pkzip -u
.LZH,c:\arc\lha u
.ARJ,c:\arc\arj u -e -jm
[Viewer and Player]
;extension (upper case),path,command or extension,path+command
; If you need change directories to execute the command,
; you must write a comma between the path and the command.
.BIF,c:\graphic\,vpic
.GIF,c:\graphic\,vpic
.BMP,c:\graphic\,vpic
.LBM,c:\graphic\,vpic
.PIC,c:\graphic\,vpic
.PCX,c:\graphic\,vpic
.CUT,c:\graphic\,vpic
.TGA,c:\graphic\,vpic
.MAC,c:\graphic\,vpic
; VPIC.EXE is a shareware by Bob Montgomery.
.WAV,c:\audio\play
.VOC,c:\audio\play
; PLAY.EXE was made by MEDIA VISION.
.CMF,c:\audio\mv -M
.ROL,c:\audio\uti\,sputrol
[Alt]
; You can use numbers from 1 to 9 and alphabets from A to Z for the titles.
; You must write a space between a period and the title,
; and the title must not be greater then 35 letters.
;
; You must specify the drive and directory at the beginning of the commands,
; because the current directory will be "c:\" or "[RAM-disk]:\".
; You can use all the commands that you can in Batch file.
;
1. Make fs.exe
c:
cd\basic
qb fs.bas /L fsub.qlb
cd\basic
bc fs.bas /T/AH/E/O;
link /E /NOE FS+FSUB+fs_sub,FS.EXE,,BCOM45.LIB+QB.LIB
DEL *.MAP
del fs.obj
copy c:\basic\fs.exe c:\uti\fs.exe
smartdrv /C
pause
2. Make fs.exe with fsub.a86
c:
cd\basic
c:\asm\a86 +O fsub.a86
link /Q fsub.obj+fs_sub.obj,,,bqlb45.lib
qb fs.bas /L fsub.qlb
cd\basic
bc fs.bas /T/AH/E/O;
link /E /NOE FS+FSUB+fs_sub,FS.EXE,,BCOM45.LIB+QB.LIB
DEL *.SYM
DEL *.MAP
del fs.obj
copy c:\basic\fs.exe c:\uti\fs.exe
smartdrv /C
pause
3. Make fs.exe with fs_sub.obj
c:
cd\basic
bc fs_sub.bas /AH/O;
pause
link /Q fsub.obj+fs_sub.obj,,,bqlb45.lib
bc fs.bas /T/AH/E/O;
link /E /NOE FS+FSUB+fs_sub,FS.EXE,,BCOM45.LIB+QB.LIB
DEL *.MAP
del fs.obj
copy c:\basic\fs.exe c:\uti\fs.exe
smartdrv /C
pause
4.
5.
6.
7.
8.
9.
A. Assemble
rem +O for outputting a OBJ file
c:\asm\a86 %1
B. BASIC
c:
cd\basic
qb %1
C. Communication
D. Data-base
E.
F. Finance
G.
H.
I.
J. Japanese mode.
; This command is included in IBM-DOS/V only.
chev jp /f
K.
L.
M. Menu Program
; The following commands are for WYND SHELL (share ware).
c:
cd\uti
copy wshell.org wshell.bat
call wshell
N. No operation = Initialize FS.EXE.
O.
P. PASCAL
Q.
R. Reset to the Japanese mode
copy c:\initfile\config.jpn c:\config.sys
copy c:\initfile\autoexec.jpn c:\autoexec.bat
; Smartdrv.exe is in WINDOWS 3.1.
; If you use the write-back cache,
; you must write the buffer data into the disk.
smartdrv /C
; I made reset.com from IBM's hardboot.com.
; If you have IBM-DOS/V, you can use "c:\dos\hardboot".
c:\asm\reset
S. Scheduler
; The following commands are for Early Bird (share ware).
c:
cd\day
eb
T. Text Editor
c:\word\b -t8 -k0 -N -b %1
U.
V.
W. Word Processor
c:
cd\word
wp
X.
Y.
Z. WINDOWS
c:
cd\windows
win