home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser-CD 2000 January / LCD_01_2000.iso / tools / xyfile10 / xyfile.txt < prev   
Encoding:
Text File  |  1999-12-19  |  5.5 KB  |  136 lines

  1. XYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXY
  2. XY                                                                        XY
  3. XY                                 XY FILE                                XY
  4. XY                                  v1.0                                  XY
  5. XY                       Utility for TOS Filesystems                      XY
  6. XY                           <Johnx> 1999/12/20                           XY
  7. XY                                                                        XY
  8. XYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXY
  9.  
  10.  
  11. [1]  DISTRIBUTION
  12.  
  13. This software is POSTCARDWARE.
  14.  
  15. It can be freely distributed in a non-commercial purpose(Web sites,
  16. FTP sites,BBS...) but without any modification and with all files.
  17.  
  18. Each distribution of this package in a commercial purpose(disks,CD-Rom,
  19. commercial service...) must be allowed by my personal agreement.
  20.  
  21. If you like this software or if you want me to improve it,
  22. just send me a postcard featuring your local native females 8-)
  23. If you want to spend money, prefer a humanitarian organisation, please.
  24.   
  25. My address:
  26.         DIOT John
  27.         20 rue du coteau
  28.         70400 ERREVET
  29.         FRANCE
  30. My Atari web site:
  31.         http://johnx.atari.org/
  32.         http://webperso.direcprovider.net/johndiot/atari/  (redirect)
  33. My E-mail:
  34.         john.diot@directprovider.net  (main address in 1999)
  35.         johndiot@netscape.net  (if first address unavailable)
  36.  
  37. GEM Interface of this software is managed with the GEM application
  38. generator GnuGenC from Olivier Landemarre. Please encourage him !
  39.  
  40. His E-mail:
  41.         olivier.landemarre@utbm.fr  (main address in 1999)
  42.  
  43.  
  44. [2]  DESCRIPTION
  45.  
  46. XY FILE is a small utility for TOS Filesystems usefull for:
  47.  - obtaning statistics detailed by file types on a File Tree
  48.  - finding or removing identical files in File Trees
  49.  - hiding, unhiding, protecting or unprotecting a whole File Tree
  50. This version is compiled for managing short 8+3 filenames.
  51.  
  52. Files included in package:
  53.   XYFILE.PRG    The Program
  54.   XYFILE.RSC    The GEM Resource
  55.   XYFI.TTP      The command-line Utility
  56.   XYFILE.TXT    This file
  57.  
  58.  
  59. [3]  HOW TO USE IT
  60.  
  61. Launch XYFILE.PRG to obtain the GEM interface.
  62.  
  63. To obtain detailed statistics on a File Tree:
  64.  - select the path by clicking or typing in "Destination Path"
  65.    (WARNING: some Fileselectors need that you select a file in this path)
  66.  - click on the button "Stats"
  67.  - when all folders are scanned, a text window displays the statistics
  68.    (number of files and folders, whole size, average file size)
  69.    (for each file *.type, number of files, total, percent and average size)
  70.  - close this window to exit
  71.  
  72. To hide, unhide, protect or unprotect a whole File Tree:
  73.  - select the path by clicking or typing in "Destination Path"
  74.  - click on the button "Hide" to set the Hidden Flag of all files
  75.  or click on the button "Unhide" to reset it
  76.  or click on the button "Protect" to set the Write Protect Flag of all files
  77.  or click on the button "Unprotect" to reset it
  78.  
  79. To find and interactively sort identical files in File Trees:
  80.  - select the first path by clicking or typing in "Destination Path"
  81.  - select the second path by clicking or typing in "Compare Path"
  82.    (if you don't want to compare between two differents File Trees,
  83.     select the same path for both)
  84.  - select a path where you may want to interactively move identical files
  85.    by clicking or typing in "Move Path"
  86.    (WARNING: some TOS systems cannot move files accross different drives)
  87.  - click on the button "Same Contents" to search for files which contains
  88.    the same data (the filenames may be differents)
  89.  or click on the button "Same Files" to search for files which contains
  90.    the same data and with the same filename
  91.  - first all folders are scanned, then identical files are searched for
  92.  - when identical files are found, a dialog display file information
  93.   - click on "Skip" to skip to next identical files
  94.   or click on "Move First" to move the first file to the move path
  95.   or click on "Move Second" to move the second file to the move path
  96.  - when finished, a text window displays the file list with statistics
  97.  - close this window to exit
  98.  
  99. You may want to use the command-line Utility whitout GEM interface.
  100. (this Utility is also available by request for any UNIX System)
  101. To obtain detailed statistics on a File Tree:
  102.  - type the path as parameter
  103. To find and interactively sort identical files in File Trees:
  104.  - type the first, second and move path as parameters
  105. Hide, unhide, protect or unprotect a whole File Tree is not available.
  106.  
  107.  
  108. [4]  SYSTEM
  109.  
  110. Machine:     Any >=68030 Atari Compatible
  111. OS:          Any TOS/GEM System
  112. Memory:      >= 4MB
  113. Tested with: TOS 4.0x, TOS 3.0x , TOS CT2 7.0x , MiNT 1.5.x, MagicMac
  114.              NAES 1.7 , WINX 2.3 , NVDI 3.x , SpeedoGDOS 4.x
  115.              CBHD 5.02 , AHDI 6.0x , CECILE 2.x , MetaDOS 2.7
  116.  
  117.  
  118. [5]  HISTORY
  119.  
  120. v1.0  (December 1999) (compiled with GCC 2.6.3 MiNTlib pl48 GEMlib 3.6)
  121.       - Improved Interface
  122.       - New GnuGenC version (0.77 1999/12)
  123.       - Bug Fixes
  124. v0.9  (spring 1999)
  125.       - Complete Beta Version
  126. v0.8  (summer 1997)
  127.       - First Coding of command-line utility for UNIX
  128.  
  129.  
  130.  _____  _____  _   _  _   _  _   _
  131. |__ __||  _  || |_| || \ | | \\_//
  132.   | |  | | | ||  _  ||  \| |  \ / 
  133.  _| |  | |_| || | | || |\  |  /_\ 
  134. |___|  |_____||_| |_||_| |_| // \\
  135.  ___________________________//    
  136. /___________________________/