home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / toolbar / butnpush.zip / readme.txt < prev    next >
Text File  |  1996-06-11  |  5KB  |  103 lines

  1. BR Button Pusher Version 1.0 for Windows95
  2. Copyright Bill Reid, June 1996
  3. breid@ebicom.net
  4. http://www.ebicom.net/~breid        
  5.  
  6. Function Summary:
  7.  
  8. Program requires a data file specifying programs to be run and style to
  9. run them in and runs them, batch style.
  10.  
  11. Requirements:
  12.  
  13. The standard Visual Basic runtime files, available from several net locations 
  14. and not included in this archive to minimize size.
  15.  
  16. Description:
  17.  
  18. One day as I prepared to connect to the net for a round of surfing I sat
  19. back with a scowl and realized I spent WAY too much time loading up all
  20. the necessary apps.  Click menu, load email client.  Click, load web browser.
  21. Click, load FTP.  Click, load news reader. Etc, etc, click, click.
  22.  
  23. Immediately after said session I updated my web sites.  Click menu, load browser.
  24. Click menu, load editor, load files 1-10.  Click menu, load graphics editor.  
  25. And again.
  26.  
  27. And so was born the BR Button Pusher.  Create a data file (you can refer to
  28. test.brs, in this archive for reference) consisting of your command line, a
  29. comma, and a 4 character code identifying the way you wish the program to run:
  30.  
  31.       MINI = minimized        MAXI = maximized
  32.       NORM = normal style    HIDN = hidden (not appearing on taskbar)
  33.  
  34. Typical commands would be:
  35.  
  36. c:\windows\calc.exe , NORM
  37. c:\windows\win.ini, MINI
  38. c:\communications\Mail Monitor.exe, HIDN
  39.  
  40. Comments are identified by a single quote before the line:
  41.  
  42. 'This is a comment...
  43.  
  44. Errors are pretty blatantly ignored, so if your test file does not run all the
  45. commands you inserted into it there's probably an unannounced problem with the
  46. program specified or the line you typed.  This is mainly because I wanted this
  47. to run as quietly as possible.
  48.  
  49. Best use of this program (should you decide to keep it until something better
  50. that's free comes along) is to make up an extension for your "batch file" 
  51. creations and declare them as a file type.  This way you can run these batches 
  52. just like any other program.
  53.  
  54. To do this; under an Explorer window's View - Options - File Types press "New Type",
  55. fill in a description and the associated extension you just made up.  Under the 
  56. "Actions" box click "New", type in "Open" (without the quotes), then click the
  57. "Browse" button and indicate the Button Pusher program (wherever you installed it).
  58. OK everything and it should be set.  You can choose an icon for it also on the first
  59. page of the "New Type" dialog - preferably the brain from the Button Pusher program :)  
  60. Now all your little batches should be executable and decorated with your own choice of
  61. lovely iconification.
  62.  
  63. The program you have in your hands is the culmination of ten minutes' worth
  64. of concentrated effort, thrown together to fulfill a one-afternoon need that
  65. I've never managed to get around to feature-izing.  Please treat it as such.
  66. I've never seen it be unstable, but it's not very user-friendly either. If you
  67. are a novice user, you may well decide that this program is too much trouble to
  68. configure to be really useful.  But if you're like me, and looking for a simple
  69. and cheap solution, you might be pleased.
  70.  
  71. Licence:
  72.  
  73. BR Button Pusher is offered as freeware for non-commercial uses.  This means that 
  74. although I retain the copyright to this program, you are free to use and distribute 
  75. it without making payment of any sort to me as long as you're just using it for your
  76. own personal enjoyment and not to fulfill the goals of a business or business venture.  
  77. You are also not licensed to resell the product by itself or as part of a larger package.
  78. This is because while I enjoy sharing my creations with others who can use them, if 
  79. anyone gets paid for the use of this program it should be me :)
  80.  
  81. I would appreciate your comments by email.  Email is cheap enough that it
  82. won't inconvenience you and I'd just like to know how many people actually 
  83. got some use out of this program.  And I'd really like to know how many other
  84. users still like little command-line gizmos like this that aren't overly impressed
  85. with multimedia interfaces and brushed-metal backgrounds on everything...
  86.  
  87. Support Policy:
  88.  
  89. As I receive no payment for this program, I guarantee no support of any
  90. kind.  You may send questions via email, and I will attempt to answer 
  91. them at my leisure, but use of this program in no way guarantees technical
  92. support of any kind.  It is known to be quite funky in places, so you blaze forth
  93. at your own risk.
  94.  
  95. Disclaimer:
  96.  
  97. I do not guarantee (expressly or implied) that this program is suitable for
  98. your use or free from bugs.  Every effort has been made to properly test it
  99. for my own use, but this is not to be seen as a statement of quality.  You
  100. use this program at your own risk; I will not be held responsible for any
  101. losses incurred as a direct or indirect result of using this program.
  102.  
  103.