home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / commands / asgnwedg.lha / AssignWedge.doc < prev    next >
Text File  |  1992-06-26  |  4KB  |  73 lines

  1. ============================= AssignWedge 1.1 =============================
  2. ===========================================================================
  3. An  AmigaDOS  utility written by Olaf `Olsen' Barthel.  © Copyright 1992 by
  4. Olaf `Olsen' Barthel, public domain, all rights reserved.
  5.    No  guarantee  of any kind is made that the program(s) described in this
  6. document are 100% reliable.  You use this material on your own risk.
  7.  
  8. ================================= Purpose ================================
  9. ===========================================================================
  10. In a discussion held on a german network the benefits of internationalizing
  11. the  operating system were considered doubtful, mainly due to the fact that
  12. a  couple  of useful programs, such as `Arq' and `AssignX', would no longer
  13. work  correctly  since  they  would rely on the existance of certain system
  14. requester  strings which were expected to change under an internationalized
  15. version of the OS.
  16.    I  the course of events I decided to find out how easy (of difficult) it
  17. would  be to teach `AssignX' to cope with different system requester texts.
  18. While  I  started  to  `cure a symptom', I ended up redesigning the program
  19. from  the ground up.  Although based on Steve Tibbet's original program, it
  20. shares no code with the original version.
  21.  
  22. ============================== Installation ===============================
  23. ===========================================================================
  24. `AssignWedge'  can  be  put into the S:User-Startup file (just add the line
  25. `Run  >NIL:  AssignWedge', if used in conjuction with `Arq', enter the line
  26. _after_ `Arq' is invoked), or dropped into the SYS:WBStartup drawer.
  27.  
  28. ================================== Usage ==================================
  29. ===========================================================================
  30. Just  like  the  original  program,  the  `please  insert volume...' system
  31. requester  is  redirected to a routine which displays a different requester
  32. with the following choices:
  33.  
  34. Retry.......... Will  cause the filing system which put up the requester to
  35.                 take a second look at the device table.  Usually, inserting
  36.                 a  disk  will cause the requester to close, just as if this
  37.                 button had been pressed.
  38.  
  39. Assign......... A  directory  requester  will be opened which allows you to
  40.                 select  a  path  an  assignment bearing the volume name the
  41.                 system requester was indicating will be made to.
  42.  
  43. Mount.......... The `Mount' command will be executed, if possible trying to
  44.                 mount a new device to bear the name indicated by the system
  45.                 requester.
  46.  
  47. Deny........... Denies  the process which caused the filing system to bring
  48.                 up  the requester access to the device in question.  If the
  49.                 requester was brought up by a Shell command, access will be
  50.                 denied  to  the shell command, not the Shell it was started
  51.                 from.
  52.  
  53. Cancel......... Tell  the  calling  program that any attempts to locate the
  54.                 device in question have failed.
  55.  
  56. ================================= Author ==================================
  57. ===========================================================================
  58. Just  like the original `AssignX' program, the program and the accompanying
  59. source  code are are placed in the public domain.  Bug reports, enhancement
  60. requests, etc.  should be directed to:
  61.  
  62.                                Olaf Barthel
  63.                              Brabeckstrasse 35
  64.                             D-3000 Hannover 71
  65.  
  66.                         Federal Republic of Germany
  67.  
  68.                                   EMail:
  69.  
  70.                     Z-Net: O.BARTHEL@A-Link-H
  71.                    Usenet: o.barthel@a-link-h.comlink.de
  72.                            olsen@sourcery.mxm.sub.org
  73.