home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / hce.lha / HCE / LibSource / AmigaLib / SCRIPTS / FD2.04_to_Stubs < prev    next >
Encoding:
Text File  |  1992-09-02  |  5.5 KB  |  285 lines

  1. ;  FD2_04_to_stubs - by Jason Petty, 1993.
  2. ;  Simple script to convert Kick2.04 FD files to 2.04 stubs.
  3.  
  4. ;  Copy FD2STUBS to the RAM: Disk.
  5. ;  Make a directory called FD2.04 and copy the stub files to it.(RAM: is best).
  6. ;  Make a directory called HCC_STUBS,(RAM: is best).
  7. ;  Then just Execute this file.
  8.  
  9. ;  NOTE: This file is provided only as a guide, and may require many changes 
  10. ;        to work correctly.
  11.  
  12. cd FD2.04:
  13.  
  14. ram:FD2STUBS Asl
  15. cd ram:t
  16. execute ram:t/MakeAsl
  17. delete ram:t/MakeAsl
  18. move ram:t/Asl.stubs HCC_STUBS:
  19. cd FD2.04:
  20. echo "Done Asl"
  21.  
  22. ram:FD2STUBS BattClock
  23. cd ram:t
  24. execute ram:t/MakeBattClock
  25. delete ram:t/MakeBattClock
  26. move ram:t/BattClock.stubs HCC_STUBS:
  27. cd FD2.04:
  28. echo "Done BattClock"
  29.  
  30. ram:FD2STUBS BattMem
  31. cd ram:t
  32. execute ram:t/MakeBattMem
  33. delete ram:t/MakeBattMem
  34. move ram:t/BattMem.stubs HCC_STUBS:
  35. cd FD2.04:
  36. echo "Done BattMem"
  37.  
  38. ram:FD2STUBS Clist
  39. cd ram:t
  40. execute ram:t/MakeClist
  41. delete ram:t/MakeClist
  42. move ram:t/Clist.stubs HCC_STUBS:
  43. cd FD2.04:
  44. echo "Done Clist"
  45.  
  46. ram:FD2STUBS Commodities
  47. cd ram:t
  48. execute ram:t/MakeCommodities
  49. delete ram:t/MakeCommodities
  50. move ram:t/Commodities.stubs HCC_STUBS:
  51. cd FD2.04:
  52. echo "Done Commodities"
  53.  
  54. ram:FD2STUBS Console
  55. cd ram:t
  56. execute ram:t/MakeConsole
  57. delete ram:t/MakeConsole
  58. move ram:t/Console.stubs HCC_STUBS:
  59. cd FD2.04:
  60. echo "Done Console"
  61.  
  62. ram:FD2STUBS Diskfont
  63. cd ram:t
  64. execute ram:t/MakeDiskfont
  65. delete ram:t/MakeDiskfont
  66. move ram:t/Diskfont.stubs HCC_STUBS:
  67. cd FD2.04:
  68. echo "Done Diskfont"
  69.  
  70. ram:FD2STUBS Disk
  71. cd ram:t
  72. execute ram:t/MakeDisk
  73. delete ram:t/MakeDisk
  74. move ram:t/Disk.stubs HCC_STUBS:
  75. cd FD2.04:
  76. echo "Done Disk"
  77.  
  78. ram:FD2STUBS Dos
  79. cd ram:t
  80. execute ram:t/MakeDos
  81. delete ram:t/MakeDos
  82. move ram:t/Dos.stubs HCC_STUBS:
  83. cd FD2.04:
  84. echo "Done Dos"
  85.  
  86. ram:FD2STUBS Exec
  87. cd ram:t
  88. execute ram:t/MakeExec
  89. delete ram:t/MakeExec
  90. move ram:t/Exec.stubs HCC_STUBS:
  91. cd FD2.04:
  92. echo "Done Exec"
  93.  
  94. ram:FD2STUBS expansion
  95. cd ram:t
  96. execute ram:t/Makeexpansion
  97. delete ram:t/Makeexpansion
  98. move ram:t/expansion.stubs HCC_STUBS:
  99. cd FD2.04:
  100. echo "Done expansion"
  101.  
  102. ram:FD2STUBS GadTools
  103. cd ram:t
  104. execute ram:t/MakeGadTools
  105. delete ram:t/MakeGadTools
  106. move ram:t/GadTools.stubs HCC_STUBS:
  107. cd FD2.04:
  108. echo "Done GadTools"
  109.  
  110. ram:FD2STUBS Graphics
  111. cd ram:t
  112. execute ram:t/MakeGraphics
  113. delete ram:t/MakeGraphics
  114. move ram:t/Graphics.stubs HCC_STUBS:
  115. cd FD2.04:
  116. echo "Done Graphics"
  117.  
  118. ram:FD2STUBS Icon
  119. cd ram:t
  120. execute ram:t/MakeIcon
  121. delete ram:t/MakeIcon
  122. move ram:t/Icon.stubs HCC_STUBS:
  123. cd FD2.04:
  124. echo "Done Icon"
  125.  
  126. ram:FD2STUBS IFFParse
  127. cd ram:t
  128. execute ram:t/MakeIFFParse
  129. delete ram:t/MakeIFFParse
  130. move ram:t/IFFParse.stubs HCC_STUBS:
  131. cd FD2.04:
  132. echo "Done IFFParse"
  133.  
  134. ram:FD2STUBS Input
  135. cd ram:t
  136. execute ram:t/MakeInput
  137. delete ram:t/MakeInput
  138. move ram:t/Input.stubs HCC_STUBS:
  139. cd FD2.04:
  140. echo "Done Input"
  141.  
  142. ram:FD2STUBS Intuition
  143. cd ram:t
  144. execute ram:t/MakeIntuition
  145. delete ram:t/MakeIntuition
  146. move ram:t/Intuition.stubs HCC_STUBS:
  147. cd FD2.04:
  148. echo "Done Intuition"
  149.  
  150. ram:FD2STUBS Keymap
  151. cd ram:t
  152. execute ram:t/MakeKeymap
  153. delete ram:t/MakeKeymap
  154. move ram:t/Keymap.stubs HCC_STUBS:
  155. cd FD2.04:
  156. echo "Done Keymap"
  157.  
  158. ram:FD2STUBS Layers
  159. cd ram:t
  160. execute ram:t/MakeLayers
  161. delete ram:t/MakeLayers
  162. move ram:t/Layers.stubs HCC_STUBS:
  163. cd FD2.04:
  164. echo "Done Layers"
  165.  
  166. ram:FD2STUBS Mathffp
  167. cd ram:t
  168. execute ram:t/MakeMathffp
  169. delete ram:t/MakeMathffp
  170. move ram:t/Mathffp.stubs HCC_STUBS:
  171. cd FD2.04:
  172. echo "Done Mathffp"
  173.  
  174. ram:FD2STUBS Mathieeedoubbas
  175. cd ram:t
  176. execute ram:t/MakeMathieeedoubbas
  177. delete ram:t/MakeMathieeedoubbas
  178. move ram:t/Mathieeedoubbas.stubs HCC_STUBS:
  179. cd FD2.04:
  180. echo "Done Mathieeedoubbas"
  181.  
  182. ram:FD2STUBS Mathieeedoubtrans
  183. cd ram:t
  184. execute ram:t/MakeMathieeedoubtrans
  185. delete ram:t/MakeMathieeedoubtrans
  186. move ram:t/Mathieeedoubtrans.stubs HCC_STUBS:
  187. cd FD2.04:
  188. echo "Done Mathieeedoubtrans"
  189.  
  190. ram:FD2STUBS Mathieeesinbas
  191. cd ram:t
  192. execute ram:t/MakeMathieeesinbas
  193. delete ram:t/MakeMathieeesinbas
  194. move ram:t/Mathieeesinbas.stubs HCC_STUBS:
  195. cd FD2.04:
  196. echo "Done Mathieeesinbas"
  197.  
  198. ram:FD2STUBS Mathieeesingtrans
  199. cd ram:t
  200. execute ram:t/MakeMathieeesingtrans
  201. delete ram:t/MakeMathieeesingtrans
  202. move ram:t/Mathieeesingtrans.stubs HCC_STUBS:
  203. cd FD2.04:
  204. echo "Done Mathieeesingtrans"
  205.  
  206. ram:FD2STUBS Mathtrans
  207. cd ram:t
  208. execute ram:t/MakeMathtrans
  209. delete ram:t/MakeMathtrans
  210. move ram:t/Mathtrans.stubs HCC_STUBS:
  211. cd FD2.04:
  212. echo "Done Mathtrans"
  213.  
  214. ram:FD2STUBS Misc
  215. cd ram:t
  216. execute ram:t/MakeMisc
  217. delete ram:t/MakeMisc
  218. move ram:t/Misc.stubs HCC_STUBS:
  219. cd FD2.04:
  220. echo "Done Misc"
  221.  
  222. ram:FD2STUBS Potgo
  223. cd ram:t
  224. execute ram:t/MakePotgo
  225. delete ram:t/MakePotgo
  226. move ram:t/Potgo.stubs HCC_STUBS:
  227. cd FD2.04:
  228. echo "Done Potgo"
  229.  
  230. ram:FD2STUBS Ramdrive
  231. cd ram:t
  232. execute ram:t/MakeRamdrive
  233. delete ram:t/MakeRamdrive
  234. move ram:t/Ramdrive.stubs HCC_STUBS:
  235. cd FD2.04:
  236. echo "Done Ramdrive"
  237.  
  238. ram:FD2STUBS RexxSysLib
  239. cd ram:t
  240. execute ram:t/MakeRexxSysLib
  241. delete ram:t/MakeRexxSysLib
  242. move ram:t/RexxSysLib.stubs HCC_STUBS:
  243. cd FD2.04:
  244. echo "Done RexxSysLib"
  245.  
  246. ram:FD2STUBS Romboot
  247. cd ram:t
  248. execute ram:t/MakeRomboot
  249. delete ram:t/MakeRomboot
  250. move ram:t/Romboot.stubs HCC_STUBS:
  251. cd FD2.04:
  252. echo "Done Romboot"
  253.  
  254. ram:FD2STUBS Timer
  255. cd ram:t
  256. execute ram:t/MakeTimer
  257. delete ram:t/MakeTimer
  258. move ram:t/Timer.stubs HCC_STUBS:
  259. cd FD2.04:
  260. echo "Done Timer"
  261.  
  262. ram:FD2STUBS Translator
  263. cd ram:t
  264. execute ram:t/MakeTranslator
  265. delete ram:t/MakeTranslator
  266. move ram:t/Translator.stubs HCC_STUBS:
  267. cd FD2.04:
  268. echo "Done Translator"
  269.  
  270. ram:FD2STUBS Utility
  271. cd ram:t
  272. execute ram:t/MakeUtility
  273. delete ram:t/MakeUtility
  274. move ram:t/Utility.stubs HCC_STUBS:
  275. cd FD2.04:
  276. echo "Done Utility"
  277.  
  278. ram:FD2STUBS Workbench
  279. cd ram:t
  280. execute ram:t/MakeWorkbench
  281. delete ram:t/MakeWorkbench
  282. move ram:t/Workbench.stubs HCC_STUBS:
  283. cd FD2.04:
  284. echo "Done Workbench"
  285.