home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d03xx / d0331.lha / Iff2Ex / extras.doc < prev    next >
Text File  |  1990-03-21  |  4KB  |  79 lines

  1.                 IFF2EX / ASCII2EX / MOD2EX / MODULES
  2.  
  3.                  A short introduction to their use.
  4.  
  5.                             IFF2EX
  6.  
  7. This CLI based program enables the user to convert an IFF ILBM file to
  8. an executable program. When run, this program will automatically
  9. display the picture file contained in it. This eliminates the need for
  10. an additional display program as well as enabling the user to crunch
  11. the program and thus save valuable diskspace. This program can handle
  12. all current resolutions, such as LoRes, HiRes, Interlace, HalfBrites,
  13. HAM and Overscan, or combinations hereof, in both PAL and NTSC format.
  14.  
  15. Usage      : IFF2EX <IFF-FILE> <EXECUTABLE>
  16. IFF-FILE   : Full path-spec and filename of the IFF ILBM file.
  17. EXECUTABLE : Full path-spec and filename of the executable program.
  18.  
  19. Warning: Some programs do not adhere to the IFF standards when writing
  20. an IFF file and therefore their picture files might present problems. 
  21. (Especially HAM and EHB.) Capturing these pictures using eg. ScreenX
  22. is recommended as a solution for this problem.
  23.  
  24.  
  25.                            ASCII2EX
  26.  
  27. This CLI based program enables the user to convert an ASCII (text)
  28. file to an executable program. When run, this program will then show
  29. the file to the screen. The name of the window used is equal to the
  30. name of the original ASCII (text) file. The program allows for easy
  31. viewing of the text. This program both eliminates the need for a text
  32. editor or text display program as well as enables the user to crunch
  33. the program and thus save valuable disk space. The program will adapt
  34. to either PAL or NTSC format. 
  35.  
  36. Usage      : ASCII2EX <TEXT-FILE> <EXECUTABLE>
  37. TEXT-FILE  : Full path-spec and filename of the ASCII (text) file.
  38. EXECUTABLE : Full path-spec and filename of the executable program.
  39.  
  40. Warning: The ASCII (text) file may not contain ESC codes or TAB's and
  41. the linelength may not exceed 77 characters. No check is made on the
  42. validity of the ASCII file. Using files other than ASCII files with
  43. the program may produce unexpected results.
  44.  
  45.  
  46.                             MOD2EX
  47.  
  48. This CLI based program enables the user to convert a SoundTracker
  49. module into an executable program which will automatically play the
  50. module when run. This program both eliminates the need for separate
  51. player as well as enabling the user to crunch the program and thus
  52. save valuable disk space.
  53.  
  54. Usage      : MOD2EX <MODULE> <EXECUTABLE>
  55. MODULE     : Full path-spec and filename of the SoundTracker module.
  56. EXECUTABLE : Full path-spec and filename of the executable program.
  57.  
  58. Warning: No check is made on the validity of the module file. Using
  59. files which are not SoundTracker modules may produce unexpected
  60. results.
  61.                             MODULES
  62.  
  63. This CLi based program combines the functions of both IFF2EX and
  64. MOD2EX in one program. It converts an IFF ILBM file and a Sound-
  65. Tracker module into one executable program that will automatically
  66. display the IFF file and play the SoundTracker module when run. This
  67. program eliminates the need for additional IFF display and Sound-
  68. Tracker player programs. It also enables the user to crunch the
  69. program and thus save valuable disk space.
  70.  
  71. Usage      : IFF2EX <IFF-FILE> <MODULE> <EXECUTABLE>
  72. IFF-FILE   : Full path-spec and filename of the IFF ILBM file.
  73. MODULE     : Full path-spec and filename of the SoundTracker module.
  74. EXECUTABLE : Full path-spec and filename of the executable program.
  75.  
  76. Above programs can be stopped by pressing both mousebuttons
  77. simultaniously.
  78.  
  79.