home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 5 / RISCWORLD_VOL5.iso / SOFTWARE / Issue1 / PD / MakeAlias / ReadMe
Encoding:
Text File  |  2004-04-25  |  3.4 KB  |  110 lines

  1.                                  Makealias
  2.                                  =========
  3.  
  4. Title       : Makealias
  5.  
  6. Author      : Malcolm Ripley
  7.  
  8. Version     : 4.2
  9.  
  10. Location    : http://web.ukonline.co.uk/mripley  
  11.               (software section)
  12.  
  13. Description 
  14. -----------
  15.  
  16. Makealias is an application that will create aliases of files, folders and 
  17. applications.
  18.  
  19. It does this by creating an application with a name equal to "!=" plus the 
  20. original.  In the case of applications the "!" is replace with a "!=". If
  21. an alternate name is used then the alias will be prefixed with "!+" instead
  22. of "!=".
  23.  
  24. Inside the alias application are a number of files :
  25.  
  26. !Boot         This boots the original application
  27. !Help         This display a very short alias help or the original 
  28.               application help. The choice is made at the time the alias is 
  29.               created.
  30. !Run          Simulates the double-clicking of the original.
  31. OpenSource    Optional - If the orginal is an application then this file will
  32.               open the original.
  33. !Alias        A single line text file containing the filename of the original.
  34.               This file can be referenced by other applications so that they
  35.               can handle aliases.
  36.  
  37. Problem Reporting
  38. =================
  39.  
  40. Please report any problems to myself, my details are at the bottom of this
  41. file.  I will also welcome any constructive recommendations but please refer 
  42. to the future enhancements section first.
  43.  
  44. When reporting a bug please email the full error message!  You may also like 
  45. to run the debugging window which could give further details.  The debugging 
  46. window can be displayed at anytime by clicking 4 times on the name part of 
  47. the info window.
  48.  
  49. Pre-Requisites
  50. ==============
  51.  
  52. Toolbox Modules
  53.    
  54. Future enhancememts
  55. ===================
  56.  
  57. None planned.
  58.  
  59. Licence and terms of use
  60. ========================  
  61. This program is copyright © Malcolm Ripley 2003. It has been released as
  62. FREEWARE. This means you can copy, distribute and make use of it as you see
  63. fit, provided you do not sell it. PD libraries may include it as long as they
  64. do not charge more for disks than is needed to cover costs.
  65.  
  66. I can accept no liability for data loss or other damages arising from the use
  67. of this product.
  68.  
  69. Version History
  70. ===============
  71. v4.2 - Now works if you DON'T specify the type of help
  72.  
  73. V4.1 - Changed accidental references to Thumbcat
  74.  
  75. V4.0 - References to the original are by "Boot:^" if applicable.
  76.      - The alias can be any name the user chooses.
  77.  
  78. V3.4 - Never released
  79.  
  80. V3.3 - tidied up !boot files, resize icons etc , cosmetic stuff
  81.  
  82. V3.2 - Internationalised help
  83.      - allows user to select the type of help for an alias
  84.      - toolbox module fix issued with application
  85.  
  86. V3.1 - Checks ROM base sprites
  87.  
  88. V3.0 - ensures sprites for resource apps are copied
  89.      - detects image files as files not directories
  90.  
  91. V2.1 - Fixed creation of sprite file for resource apps
  92.      - Fixed detection of an image file as a file not a directory
  93.  
  94. V2.0 - fixed truncating of aliases on non "+" file formats
  95.      - fixed case sensitive file names in sprite extract
  96.  
  97. V1.0 Extraced from !Bootplus which has been split into :-
  98.      - !Alias
  99.      - !Protect
  100.      First functional release
  101.  
  102. Author Details
  103. ==============
  104. Name    : Malcolm Andrew Ripley
  105. Address : 7 MacNeill Gardens, East Kilbride, Glasgow , G74 4TS
  106. Email   : mripley@ukonline.co.uk
  107. Website : http://web.ukonline.co.uk/users/mripley
  108.  
  109.  
  110.