home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / e / ShowModuleGUI.lha / ShowModuleGUI.doc < prev   
Text File  |  1997-01-11  |  1KB  |  43 lines

  1. ShowModuleGUI 1.1 © 1997 - Henrik Maurin
  2.  
  3. This program is FreeWare - We all know what this means, don't we?
  4.  
  5. DISCLAIMER...
  6. I can not be held responsible for any damage caused by the use
  7. or misuse of this program.
  8.  
  9. REQUIREMENT...
  10.  
  11. An Amiga
  12. KS V37+
  13. The small program 'ShowModule'
  14.  
  15. USAGE...
  16.  
  17. ShowModuleGUI MODULE/A SCREEN/K BINPATH/K MODPATH/K MATCH/K
  18.  
  19. MODULE - the module you want to show (with or without .m)
  20. SCREEN - name of the screen to open window on (default = Workbench)
  21. BINPATH - path to showmodule program, end with / or : (default = E:bin/)
  22. MODPATH - path to the modules, end with / or : (default = Emodules:)
  23. MATCH - case sensitive search string (no wildcard search yet)
  24.  
  25. BUGS...
  26.  
  27. *Doesn't return all memory - you'll lose a small amount every time.
  28.  Actually, it's showmodule stealing the mem.
  29.  
  30. CONTACT THE AUTOR...
  31.  
  32. Reach me at hma@algonet.se for bugs or if you like to say something nice
  33. Someone who knows the format of a module, AUTODOCS maybe?
  34.  
  35. HISTORY...
  36.  
  37. 97.01.09 - v1.0  Initial release.
  38. 97.01.10 - v1.01 Did not open on desired screen - Fixed.
  39. 97.01.11 - v1.1  Small bugfixes
  40.                  Added MODPATH
  41.                  Restructured sourcecode a bit.
  42.                  Now more fontsensitive GUI
  43.                  You can now drag the slider and see where you are :)