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

  1. /******************************************************************************/
  2. /*                                                                            */
  3. /*                            YTHide                                          */
  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 iconify YAM and YamTools with one button or menu selection.             */
  10. /*----------------------------------------------------------------------------*/
  11. /* Place on a button and/or on the YAM Arexx menu. If on a button, then       */
  12. /* use TYPE=ONCE.                                                             */
  13. /*----------------------------------------------------------------------------*/
  14. /*                                                                            */
  15. /* Standard Disclaimer: I wrote it, it works for me, I don't guarantee        */
  16. /* that it will do anything productive for anyone else, etc. etc. ;-)         */
  17. /*                                                                            */
  18. /*HOWEVER, if you DO find a use for it: I homeschool my kids and they         */
  19. /*would love a postcard from where EVER you live.                             */
  20. /*                                                                            */
  21. /*Instant GEOGRAPHY lesson;)                                                  */
  22. /*                                                                            */
  23. /*                                                                            */
  24. /*POSTCARDS:    Dick Whiting                                                  */
  25. /*              28590 S. Beavercreek Rd.                                      */
  26. /*              Mulino, Oregon 97042                                          */
  27. /*              USA                                                           */
  28. /*                                                                            */
  29. /*----------------------------------------------------------------------------*/
  30. /*                                                                            */
  31. /*               Address Bug Reports or Comments to:                          */
  32. /*                Dick Whiting <dwhiting@europa.com>                          */
  33. /*                           15 May 1997                                      */
  34. /*                                                                            */
  35. /******************************************************************************/
  36. /*
  37. $VER: 1.0 Copyright ©1997 by Dick Whiting
  38. $AUTHOR: Dick Whiting
  39. $DESCRIPTION: Iconifies YAM and YamTools at one time
  40. */
  41. Address YAMTOOLS 'HIDE'
  42. Address YAM 'HIDE'
  43.