home *** CD-ROM | disk | FTP | other *** search
/ Fujiology Archive / fujiology_archive_v1_0.iso / !FALCON / !BONUS / UTILITY / IOTOOL17.ZIP / IO_TOOLS / IO_TOOLS.TXT < prev   
Text File  |  1997-05-03  |  5KB  |  119 lines

  1.             IO - Tools V 1.7
  2.             ----------------
  3.  
  4.     Latest version at http://www.imaginet.fr/~rti/archives/io_tools.lzh
  5.                    or http://www.geocities.fr/ResearchTriangle/4791/io_tools.zip
  6.  
  7.         (c) Pierre LALOE, 19 January 1997
  8.         Written in Visual Assembler V 4.1
  9.  
  10.             -- Shareware program --
  11.             V.A. 4.1 license : 0003
  12.             -----------------------
  13.  
  14.     This little program works on all MC68030 with AES 3.40 machines
  15. (Falcon ... possibly TT) and is written with 100 % of system calls.
  16.     It works both in Program and in Accessory mode with intelligent menu
  17. interface !
  18.     IT ONLY WORKS WITH XHDI 1-25 compliant disk-drivers. NOT AHDI 6.0x !
  19.  
  20. -------------------------------------------------------------------------------------
  21.  
  22.     IO-Tools has got 3 main windows with each a different type of operation,
  23. and one configuration window.
  24.  
  25.     1) Hard-disk operations :
  26.         1.1) Hard disk / removable media copy
  27.         1.2) Hard disk / removable media backup into a file
  28.         1.3) Hard disk / removable media restore from a file to a
  29.             partition or an entire disk
  30.  
  31.         Remark :
  32.         the sizes in bytes MUST match exactly ! (otherwise
  33.         it's pure madness to copy/restore a partition whatever
  34.         its format onto another partiton of a different size.
  35.  
  36.         Applications :
  37.         1. make quick backups of your internal hard disk onto a big
  38.            removable media (Jazz ...)
  39.         2. make an image file for quick/repetitive copies/duplications ...
  40.         3. copy a linux partition to another disk.
  41.         4. copy ZIP cartridges.
  42.  
  43.     2) Cut and scotch operations :
  44.         2.1) Cut a file in several other files of the same length.
  45.             (except the last one which can be smaller *of course*)
  46.  
  47.         2.2) Scotch several files together to make one single file.
  48.  
  49.         Applications :
  50.         1. Cut a big file to transport it on floppy disks.
  51.         2. Scotch a splitted file
  52.         3. Repair a ZIP archive which misses its last 0 bytes, by
  53.            merging it with a 1 byte long file contaning a 0.
  54.  
  55.     3) Recusive actions :
  56.         You choose a starting path, one or several file mask(s) and
  57.         the action to perform to each matching file found recursively.
  58.         
  59.         3.1) Write-protect a file
  60.         3.2) Un-write-protect a file
  61.         3.3) Delete a file
  62.         3.4) List to another file the result of the research
  63.         3.4) Change the time and/or date of a file
  64.         3.5) Change the TTRam loading/mallocing modes
  65.              (Fastload={clear only BSS}/Load in TTRam/force TTRam for mallocs)
  66.  
  67.         Applications :
  68.         1. Write protect your executables against erratic deletion
  69.         2. delete all your .BAK files in a specific disk tree. (like TUERBAK)
  70.         3. Backup your C:\AUTO and accessory order in a file to rember it
  71.            for a further install ...
  72.         4. Have an exhaustive list of all the files of you hard disk / CD-ROM
  73.         5. Put all the files of a disk tree to the same time/date for an easier
  74.            backup or restoration.
  75.         6. After a TTRam upgrade : parse your the executables on your disk
  76.            and set the bit, so that they load into TTRam
  77.  
  78.     This program is written on the "one single piece of action per timer unit"
  79. a method which permits it to cooperate in monotasking mode ! Nevertheless, its action
  80. can take a large amount of time, this only depends on the memory you let it use.
  81.     So, to continue running something else at the same time : use the configuration
  82. window and choose "USE ONLY" and a little amount of Kbytes !
  83.  
  84. -------------------------------------------------------------------------------------
  85.  
  86.     The demo version of this program is distributed via the Internet and
  87. shall be copied and tested by whoever wants so.
  88.     Well, the restrictions in the DEMO version are quite obvious if you take
  89. time to open and have a look at all windows...
  90.  
  91.     The registration costs 100 French Francs.
  92.     The registered users will receive the latest version and possibly part of
  93. the source code if they wish to use it (if possible).
  94.     They will receive the next releases for FREE !
  95.  
  96.     I AM AN ASSEMBLER 680x0 CODER FOR PLEASURE, I shall encourage you to do
  97. the same !
  98.  
  99.     Visual Assembler once, Visual Assembler forever !
  100.  
  101. -------------------------------------------------------------------------------------
  102.  
  103.     To register, write to the following address, enclosing 100 FF :
  104.  
  105.         Pierre LALOE
  106.         26, rue Mellier
  107.         44100 NANTES
  108.         FRANCE
  109.  
  110.         Contact by E-MAIL : rti@imaginet.fr (it may change)
  111.  
  112.       You will receive on a floppy disk, sent by mail, the latest version of
  113.     IO-Tools, with FULL FUNCTIONALITIES enabled.
  114.       You will as well have the right to receive all the further versions if
  115.     you send me a stamped letter, including a blank floppy disk, when you
  116.     notice a new version spreading onto the NET.
  117.  
  118. -------------------------------------------------------------------------------------
  119.