home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FS111.ZIP / FS111.DAT / FS_SAMP.INI next >
INI File  |  1993-08-12  |  4KB  |  188 lines

  1. ; FS.INI for FS.EXE in English mode.
  2. ;
  3. ;    This is a comment line.
  4. ;    The semicolon must be at the head of the line.
  5. ;  Carriage Return([Enter]) is the separator of the each section.
  6. ;  So there must be carriage return at the end of the each section.
  7. ;
  8. [RAM-disk]
  9. d:
  10.  
  11. [Text Editor]
  12. ;path+command
  13. c:\word\b -t8 -k0 -N -b
  14. ; for BOXER (shareware)
  15.  
  16. [Extractor]
  17. ;extension (upper case),path+command
  18. .ZIP,c:\arc\pkunzip
  19. .LZH,c:\arc\lha x
  20. .ARJ,c:\arc\arj x
  21. .ARC,c:\arc\arce
  22. .ZOO,c:\arc\zoo x
  23. .HA,c:\arc\ha xy
  24. .SQZ,c:\arc\sqz x
  25.  
  26. [Compressor]
  27. ;extension (upper case),path+command
  28. .ZIP,c:\arc\pkzip
  29. .LZH,c:\arc\lha a
  30. .ARJ,c:\arc\arj a -e -jm 
  31.  
  32. [Updater]
  33. ;extension (upper case),path+command
  34. .ZIP,c:\arc\pkzip -u
  35. .LZH,c:\arc\lha u
  36. .ARJ,c:\arc\arj u -e -jm
  37.  
  38. [Viewer and Player]
  39. ;extension (upper case),path,command  or  extension,path+command
  40. ; If you need change directories to execute the command,
  41. ;  you must write a comma between the path and the command.
  42. .BIF,c:\graphic\,vpic
  43. .GIF,c:\graphic\,vpic
  44. .BMP,c:\graphic\,vpic
  45. .LBM,c:\graphic\,vpic
  46. .PIC,c:\graphic\,vpic
  47. .PCX,c:\graphic\,vpic
  48. .CUT,c:\graphic\,vpic
  49. .TGA,c:\graphic\,vpic
  50. .MAC,c:\graphic\,vpic
  51. ; VPIC.EXE is a shareware by Bob Montgomery.
  52. .WAV,c:\audio\playfile
  53. .VOC,c:\audio\playfile
  54. ; PLAYFILE.EXE was made by MEDIA VISION.
  55. .CMF,c:\audio\mv -M
  56. .ROL,c:\audio\uti\,sputrol
  57. .MOD,c:\audio\uti\,pmp
  58. .ZIP,c:\arc\av /p
  59. .LZH,c:\arc\av /p
  60. .ARJ,c:\arc\av /p
  61.  
  62. [Alt]
  63. ; You can use numbers from 1 to 9 and alphabets from A to Z  for the titles.
  64. ; You must write a space between a period and the title,
  65. ;  and the title must not be greater then 32 letters.
  66. ;
  67. ; You must specify the drive and directory at the beginning of the commands,
  68. ;  because the current directory will be "c:\" or "[RAM-disk]:\".
  69. ; You can use all the commands that you can in Batch file.
  70. ;
  71. 1. Make fs.exe
  72. c:
  73. cd\basic
  74. qb fs.bas /L fsub.qlb
  75. cd\basic
  76. bc fs.bas /T/AH/E/O;
  77. link /E /NOE FS+FSUB+fs_sub,FS.EXE,,BCOM45.LIB+QB.LIB
  78. DEL *.MAP
  79. del fs.obj
  80. copy c:\basic\fs.exe c:\uti\fs.exe
  81. smartdrv /C
  82. pause
  83.  
  84. 2. Make fs.exe with fsub.a86
  85. c:
  86. cd\basic
  87. c:\asm\a86 +O fsub.a86
  88. link /Q fsub.obj+fs_sub.obj,,,bqlb45.lib
  89. qb fs.bas /L fsub.qlb
  90. cd\basic
  91. bc fs.bas /T/AH/E/O;
  92. link /E /NOE FS+FSUB+fs_sub,FS.EXE,,BCOM45.LIB+QB.LIB
  93. DEL *.SYM
  94. DEL *.MAP
  95. del fs.obj
  96. copy c:\basic\fs.exe c:\uti\fs.exe
  97. smartdrv /C
  98. pause
  99.  
  100. 3. Make fs.exe with fs_sub.obj
  101. c:
  102. cd\basic
  103. bc fs_sub.bas /AH/O;
  104. pause
  105. link /Q fsub.obj+fs_sub.obj,,,bqlb45.lib
  106. bc fs.bas /T/AH/E/O;
  107. link /E /NOE FS+FSUB+fs_sub,FS.EXE,,BCOM45.LIB+QB.LIB
  108. DEL *.MAP
  109. del fs.obj
  110. copy c:\basic\fs.exe c:\uti\fs.exe
  111. smartdrv /C
  112. pause
  113.  
  114. 4.
  115. 5.
  116. 6.
  117. 7.
  118. 8.
  119. 9.
  120. A. Assemble
  121. rem +O for outputting a OBJ file
  122. c:\asm\a86 %1
  123.  
  124. B. BASIC
  125. c:
  126. cd\basic
  127. qb %1
  128.  
  129. C. Communication
  130. D. Data-base
  131. E.
  132. F. Finance
  133. G.
  134. H.
  135. I.
  136. J. Japanese mode.
  137. ; This command is included in IBM-DOS/V only.
  138. chev jp /f
  139.  
  140. K.
  141. L.
  142. M. Menu Program
  143. ; MENU.BAT for Menu Program by TK.
  144. c:\uti\menu
  145.  
  146. N. No operation = Initialize FS.EXE.
  147.  
  148.  
  149. O.
  150. P. PASCAL
  151. Q.
  152. R. Reset to the Japanese mode
  153. copy c:\initfile\config.jpn c:\config.sys
  154. copy c:\initfile\autoexec.jpn c:\autoexec.bat
  155. ; Smartdrv.exe is in WINDOWS 3.1.
  156. ; If you use the write-back cache,
  157. ;  you must write the buffer data into the disk.
  158. smartdrv /C
  159. ; I made reset.com from IBM's hardboot.com.
  160. ; If you have IBM-DOS/V, you can use "c:\dos\hardboot".
  161. c:\asm\reset
  162.  
  163. S. Scheduler
  164. ; The following commands are for Early Bird (shareware).
  165. c:
  166. cd\day
  167. eb
  168.  
  169. T. Text Editor
  170. c:\word\b -t8 -k0 -N -b %1
  171.  
  172. U.
  173. V. reset VGA palettes and text mode
  174. c:\uti\resetvga
  175.  
  176. W. Word Processor
  177. c:
  178. cd\word
  179. wp
  180.  
  181. X.
  182. Y.
  183. Z. WINDOWS
  184. c:
  185. cd\windows
  186. win %1
  187.  
  188.