home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / internet / yamtools20 / yamtools20english / ytshow.rexx < prev   
OS/2 REXX Batch file  |  1997-08-08  |  4KB  |  50 lines

  1. /******************************************************************************/
  2. /*                                                                            */
  3. /*                            YTShow                                          */
  4. /*                 Copyright ©1997 by Dick Whiting                            */
  5. /*                                                                            */
  6. /*----------------------------------------------------------------------------*/
  7. /* This script requires YAMTOOLS for it to work. If you don't have YAMTOOLS   */
  8. /* you can get it on Aminet in directory comm/mail. This script allows you    */
  9. /* to uniconify YAM and YamTools with one button or menu selection.           */
  10. /*----------------------------------------------------------------------------*/
  11. /* Place on a tool bar such as ToolsDaemon or some other easy way of doing.   */
  12. /*                                                                            */
  13. /* For ToolsDaemon it should be specified similar to:                         */
  14. /*                                                                            */
  15. /*              (CLI) sys:rexxc/rx yam:rexx/YTShow.rexx                       */
  16. /*                                                                            */
  17. /* The other option is to specify hotkeys for Yam and YamTools using the      */
  18. /* settings for iconification on the system pages of each.                    */
  19. /* I now have 'lamiga y' for YAM and 'lalt lamiga y' for YamTools.            */
  20. /*----------------------------------------------------------------------------*/
  21. /*                                                                            */
  22. /* Standard Disclaimer: I wrote it, it works for me, I don't guarantee        */
  23. /* that it will do anything productive for anyone else, etc. etc. ;-)         */
  24. /*                                                                            */
  25. /*HOWEVER, if you DO find a use for it: I homeschool my kids and they         */
  26. /*would love a postcard from where EVER you live.                             */
  27. /*                                                                            */
  28. /*Instant GEOGRAPHY lesson;)                                                  */
  29. /*                                                                            */
  30. /*                                                                            */
  31. /*POSTCARDS:    Dick Whiting                                                  */
  32. /*              28590 S. Beavercreek Rd.                                      */
  33. /*              Mulino, Oregon 97042                                          */
  34. /*              USA                                                           */
  35. /*                                                                            */
  36. /*----------------------------------------------------------------------------*/
  37. /*                                                                            */
  38. /*               Address Bug Reports or Comments to:                          */
  39. /*                Dick Whiting <dwhiting@europa.com>                          */
  40. /*                           15 May 1997                                      */
  41. /*                                                                            */
  42. /******************************************************************************/
  43. /*
  44. $VER: 1.0 Copyright ©1997 by Dick Whiting
  45. $AUTHOR: Dick Whiting
  46. $DESCRIPTION: Uniconifies YAM and YamTools at one time
  47. */
  48. Address YAM 'SHOW'
  49. Address YAMTOOLS 'SHOW'
  50.