home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / dos / graphic / f2e_31p / f2e_31p.doc < prev    next >
Text File  |  1994-08-10  |  7KB  |  456 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.                 Fli2Exe V3.1+ (c) Cyber-Design
  29.                   Written by: Alexey Zilber
  30.                            08/08/94
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.                           CONTENTS:
  57.  
  58. PAGE                                          DESCRIPTION
  59. 2.............................................Contents
  60. 3.............................................About
  61. 4.............................................Requirements
  62. 5.............................................Usage
  63. 6.............................................Registration
  64. 7.............................................Warrenty &
  65.                                               Disclaimer
  66. 8.............................................Ordering
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.                      About Fli2Exe V3.1+
  111.  
  112.      Fli2Exe allows you to create SFX (Self Extracting) and
  113. Self playing Fli files.  The benefit of this is quite simple.
  114. Say you have a ton of fli files on your HD, you want to play
  115. one.  You have to find it, then find the player, then run it.
  116. This is the best scenario.  The worst scenario is this: Say
  117. you have all your fli's zipped(tm) to save HD space.  So now
  118. you have to unzip it, play it, then delete it.  Fli2Exe saves
  119. those hassles for other people.
  120. Fli2Exe takes an Fli file, compresses it, and adds a self
  121. playing header.  All you have to do is type in the name of
  122. the fli, and it will automatically extract itself, play, then
  123. erase the extracted data file.  All this and it saves space
  124. too!  The compression method used is only slightly worse then
  125. pkzip's(tm) own compression, in fact the difference is almost
  126. negligible, from a few bytes to under 5k in the worst case.
  127.      In this version, Fli2Exe makes a theoretical expanded
  128. size check.  What this means is, Fli2Exe knows the
  129. approximate ratio of compression.  Due to space limitations
  130. Fli2Exe doesn't save the uncompressed file-size like pkzip
  131. does, so it has no way of knowing the exact size.  What it
  132. does is, since it knows the approximate ratio of compression,
  133. and the compressed file-size, is figure out what the
  134. uncompressed file-size is most likely to be.  It checks this
  135. against the HD space to see if you have enough, in the
  136. previous versions it would just uncompress till it hit the
  137. dead-end.  This way, it saves time.  A little warning, we
  138. don't know what will happen if you run this program on a
  139. drive with over 2 or 4 Gigs free space.  But let us know if
  140. it doesn't work so we may correct the problem.
  141.      The source code has been optimized to use registers more
  142. effectively, thereby speeding up compression and
  143. decompression.  Also the file-buffers were found to be
  144. inactive, so we made a 10k buffer per file.  The minimum
  145. memory requirements are 147K for the Compressor, and only 97K
  146. for the player.
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.                          REQUIREMENTS
  165.  
  166.        DOS 3.0 or higher (Developed on Dos 5.0 & 6.22)
  167.        147k Memory (If a chip or two burned out on that 256k
  168.        bank :-) )
  169.        Vga card. (This is optional, only if you want to play
  170.        the Fli's.  Otherwise a CGA card.)
  171.        Hard Drive (While you CAN use a floppy, it is SLOW!)
  172.  
  173.  
  174.      And of coarse, a few Fli's would help.....
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.                             USAGE
  219.  
  220.      Fli2Exe:
  221.  
  222. Optional Command Parameters:
  223.  
  224. f2e-31.exe <infile> <outfile>
  225.  
  226. //This will make it quicker, you'll still see the interactive
  227. menu, but it will input the data automatically.
  228.  
  229. or
  230.  
  231. f2e-31
  232.  
  233. This is self explanatory, it will put you into the
  234. interactive menu.
  235.  
  236.  
  237. The PLAYER:
  238.  
  239. *REGISTERED VERSION ONLY*
  240.  
  241. <exe name> x
  242.  
  243. This is great for demo's.  No screen information is
  244. displayed, just a black, blank screen.
  245.  
  246.  
  247. <exe name> n
  248.  
  249. Minimal information is displayed, along with the registered
  250. person's name.
  251.  
  252. The Exe2Fli converter: (Converts Exe's back to Fli's)
  253. *REGISTERED ONLY*
  254.  
  255. e2f.exe <exe name>  <fli name>
  256.  
  257.      This will automatically convert version 3.0, 3.1, 3.1+,
  258. and your registered version, back to an Fli.
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.                         REGISTRATION:
  278.  
  279.  
  280. Single Version: $25.00
  281. 5-machine Site License: $55.00
  282. Unlimited License: $250.00
  283.  
  284. Only checks or Money Orders accepted.
  285.  
  286.  
  287. Make checks or Money Order payable to: Alexey Zilber
  288.  
  289.  
  290. Mail to:
  291.           Cyber-Design
  292.     ATTN: REGISTRATION
  293.           1254 Ave. Y   2B
  294.           Brooklyn, NY
  295.           11235
  296.  
  297.  
  298.      Right now we are working in a new way for you to receive
  299. your registered program.  For $5 less, if you specify, you
  300. will receive and account on our bulletin board system, and
  301. you will be able to download the software.  But this is still
  302. in it's preliminary phase.
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.                    Warranty & Disclaimers
  332.  
  333.      Pkzip is a trademark of Pkware Inc.
  334.      FLI is a trademark of the Autodesk Animator.
  335.  
  336.  
  337.  
  338. WARRANTY:
  339. ────────────
  340.  
  341.      No warranty either stated or implied.  Use at your own
  342. risk.
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.                            ORDERING
  381.  
  382.      Either print out the order form from within Fli2Exe, or
  383. use this:
  384.  
  385. --------------------------<CUT HERE>-------------------------
  386.  
  387. NAME:____________________________
  388.           (PLEASE PRINT!)
  389.  
  390. STREET ADDRESS:_____________________________________________
  391.  
  392. City:_____________          State:_____________
  393.  
  394. ZIP:___________
  395.  
  396. *************************************************************
  397. ENCLOSED:  [ ] Check   [ ] Money Order
  398.  
  399. AMOUNT: [ ] Single ($25.00)    [ ] 5-machine site license
  400.                                    ($55.00)
  401.         [ ] Unlimited use site license ($250.00)
  402.  
  403.      Above prices include shipping and handling.
  404. Please add $6.00 when ordering from a foreign country (NOT
  405. USA).
  406.  
  407.  
  408. TOTAL ENCLOSED (Add $6.00 for foreign orders):____________
  409.  
  410. ************************************************************
  411.                       PRODUCT QUESTIONER
  412.  
  413. Do you wish to register the product with your REAL NAME, or
  414. COMPANY NAME?
  415.  
  416.  
  417. Fli2Exe can be TAILORED for registration.  For EXAMPLE, we
  418. can add a few lines of text at the end of the player, telling
  419. your company name.  If you would like this, please attach a
  420. note saying EXACTLY what you want.
  421.  
  422.  
  423.  
  424.  
  425. ************************************************************
  426.                       GENERAL QUESTIONER
  427.  
  428.      Do you run a bbs? [Yes/No]
  429.  
  430.      If you do, would you like to receive our BBS sample kit
  431. (various doors created by us or our sister company): [Yes/No]
  432.  
  433.  
  434.      Have you used any other products from Cyber-Design?
  435.                                                      [Yes/No]
  436.  
  437.      If you have, what was it?
  438.  
  439.  
  440.  
  441.  
  442.      Please rate your computer know-how:
  443.      (1= least 10=most)
  444.  
  445.  
  446. *************************************************************
  447.      Thank you for filling this out, and registering the
  448. software.  Mail to the following address:
  449.  
  450.           Cyber-Design
  451.     ATTN: REGISTRATION
  452.           1254 Ave Y 2B
  453.           Brooklyn, NY
  454.           11235
  455.  
  456. *************************************************************