home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 61.dms / 61.adf / bat.files / batch.files.joined
Text File  |  1986-03-21  |  4KB  |  112 lines

  1. REM  COMPILE.BAT  Do "xc file %2 %3 ..." for each IFF source file  2/4/86
  2. command /c xc gio  remalloc  iffr iffw  packer unpacker  ilbmr ilbmw
  3. command /c xc readpict putpict  iffcheck  showilbm  raw2ilbm
  4. command /c xc ilbm2raw  bmprintc ilbmdump
  5.  
  6.  
  7. **********************
  8.  
  9.  
  10. REM  LINKGIO.BAT  Do "xl file" for each IFF link file using gio.c    1/23/86
  11. command /c xl iffchecg
  12. command /c xl showilbg
  13. command /c xl raw2ilbg
  14.  
  15.  
  16.  
  17. **********************
  18.  
  19.  
  20. REM  LINK.BAT  Do "xl file" for each IFF link file     2/4/86
  21. command /c xl iffcheck
  22. command /c xl showilbm
  23. command /c xl raw2ilbm
  24. command /c xl ilbm2raw
  25. command /c xl ilbmdump
  26.  
  27.  
  28.  
  29. **********************
  30.  
  31.  
  32. REM  NotSrc.BAT  Do "%1 file %2 %3 ..." for each IFF release file
  33. REM    that is NOT a source file             2/4/86
  34. REM  E.g.   "notsrc copy b:"
  35. %1 ReadMe.doc     %2 %3 %4 %5 %6 %7 %8 %9
  36. %1 Backgrnd.doc   %2 %3 %4 %5 %6 %7 %8 %9
  37. %1 RELEASE.BAT  %2 %3 %4 %5 %6 %7 %8 %9
  38. %1 NotSrc.BAT   %2 %3 %4 %5 %6 %7 %8 %9
  39. %1 IFFCheck       %2 %3 %4 %5 %6 %7 %8 %9
  40. %1 ShowILBM       %2 %3 %4 %5 %6 %7 %8 %9
  41. %1 Raw2ILBM       %2 %3 %4 %5 %6 %7 %8 %9
  42. %1 startup.txt    %2 %3 %4 %5 %6 %7 %8 %9
  43. %1 ShowILBM.info  %2 %3 %4 %5 %6 %7 %8 %9
  44. %1 dragon         %2 %3 %4 %5 %6 %7 %8 %9
  45. %1 dragon.info    %2 %3 %4 %5 %6 %7 %8 %9
  46. %1 dragon.c       %2 %3 %4 %5 %6 %7 %8 %9
  47. %1 mumbo.info     %2 %3 %4 %5 %6 %7 %8 %9
  48. %1 ZapIcon        %2 %3 %4 %5 %6 %7 %8 %9
  49. %1 bird3to8       %2 %3 %4 %5 %6 %7 %8 %9
  50. %1 bird3to8.lo3   %2 %3 %4 %5 %6 %7 %8 %9
  51. %1 bird3to8.info  %2 %3 %4 %5 %6 %7 %8 %9
  52. %1 bird0to2       %2 %3 %4 %5 %6 %7 %8 %9
  53. %1 bird0to2.info  %2 %3 %4 %5 %6 %7 %8 %9
  54.  
  55.  
  56. **********************
  57.  
  58.  
  59. REM  RELEASE.BAT  Do "%1 file %2 %3 ..." for each IFF release file 1/30/86
  60. REM  E.g.   "release copy b:"
  61. command /c source %1 %2 %3 %4 %5 %6 %7 %8 %9
  62. command /c notsrc %1 %2 %3 %4 %5 %6 %7 %8 %9
  63.  
  64.  
  65.  
  66. **********************
  67.  
  68.  
  69. REM  SOURCE.BAT  Do "%1 file %2 %3 ..." for each IFF source file 2/4/86
  70. REM  E.g.   "source copy b:"
  71. %1 COMPILER.H   %2 %3 %4 %5 %6 %7 %8 %9
  72. %1 GREENHIL.H   %2 %3 %4 %5 %6 %7 %8 %9
  73. %1 IBMLATTI.H   %2 %3 %4 %5 %6 %7 %8 %9
  74. %1 INTUALL.H    %2 %3 %4 %5 %6 %7 %8 %9
  75. %1 REMALLOC.H   %2 %3 %4 %5 %6 %7 %8 %9
  76. %1 REMALLOC.C   %2 %3 %4 %5 %6 %7 %8 %9
  77. %1 GIO.H        %2 %3 %4 %5 %6 %7 %8 %9
  78. %1 GIO.C        %2 %3 %4 %5 %6 %7 %8 %9
  79. %1 GIOCALL.C    %2 %3 %4 %5 %6 %7 %8 %9
  80. %1 IFF.H        %2 %3 %4 %5 %6 %7 %8 %9
  81. %1 IFFR.C       %2 %3 %4 %5 %6 %7 %8 %9
  82. %1 IFFW.C       %2 %3 %4 %5 %6 %7 %8 %9
  83. %1 PACKER.H     %2 %3 %4 %5 %6 %7 %8 %9
  84. %1 PACKER.C     %2 %3 %4 %5 %6 %7 %8 %9
  85. %1 UNPACKER.C   %2 %3 %4 %5 %6 %7 %8 %9
  86. %1 ILBM.H       %2 %3 %4 %5 %6 %7 %8 %9
  87. %1 ILBMR.C      %2 %3 %4 %5 %6 %7 %8 %9
  88. %1 ILBMW.C      %2 %3 %4 %5 %6 %7 %8 %9
  89. %1 READPICT.H   %2 %3 %4 %5 %6 %7 %8 %9
  90. %1 READPICT.C   %2 %3 %4 %5 %6 %7 %8 %9
  91. %1 PUTPICT.H    %2 %3 %4 %5 %6 %7 %8 %9
  92. %1 PUTPICT.C    %2 %3 %4 %5 %6 %7 %8 %9
  93. %1 IFFCHECK.C   %2 %3 %4 %5 %6 %7 %8 %9
  94. %1 IFFCHECK.LNK %2 %3 %4 %5 %6 %7 %8 %9
  95. %1 SHOWILBM.C   %2 %3 %4 %5 %6 %7 %8 %9
  96. %1 SHOWILBM.LNK %2 %3 %4 %5 %6 %7 %8 %9
  97. %1 RAW2ILBM.C   %2 %3 %4 %5 %6 %7 %8 %9
  98. %1 RAW2ILBM.LNK %2 %3 %4 %5 %6 %7 %8 %9
  99. %1 ILBM2Raw.C   %2 %3 %4 %5 %6 %7 %8 %9
  100. %1 ILBM2Raw.LNK %2 %3 %4 %5 %6 %7 %8 %9
  101. %1 BMPrintC.C   %2 %3 %4 %5 %6 %7 %8 %9
  102. %1 ILBMDump.C   %2 %3 %4 %5 %6 %7 %8 %9
  103. %1 ILBMDump.LNK %2 %3 %4 %5 %6 %7 %8 %9
  104. %1 IFFCHECG.LNK %2 %3 %4 %5 %6 %7 %8 %9
  105. %1 SHOWILBG.LNK %2 %3 %4 %5 %6 %7 %8 %9
  106. %1 RAW2ILBG.LNK %2 %3 %4 %5 %6 %7 %8 %9
  107. %1 COMPILE.BAT  %2 %3 %4 %5 %6 %7 %8 %9
  108. %1 LINK.BAT     %2 %3 %4 %5 %6 %7 %8 %9
  109. %1 LINKGIO.BAT  %2 %3 %4 %5 %6 %7 %8 %9
  110. %1 SOURCE.BAT   %2 %3 %4 %5 %6 %7 %8 %9
  111.  
  112.