home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / batsh220.zip / BATSH220.TXT < prev    next >
Text File  |  1995-10-18  |  3KB  |  88 lines

  1. BATSH220.ZIP is a replacement for previous BATSHxxx.ZIP
  2. It includes program and sample-files.
  3.  
  4. BATSH.EXE (v2.20) 
  5. -----------------
  6. To run Windows commands from a file.
  7. Line by Line.
  8. Like BATCH (.BAT) files in DOS,
  9. but with some windows specific commands,
  10. and not all the DOS features.
  11. For WINDOWS 3.1 & WINDOWS 95 (FreeWare)
  12.  
  13. Installation
  14. ------------
  15. Place the files BATSH.EXE and BATSH.HLP together anywhere on the disk.
  16. Write with NOTEPAD a text file with one command per line.
  17. Save the text file with the extension .BSH
  18.  
  19. Windows 3.1:
  20. Associate with File-Manager the program BATSH.EXE. [File - Associate...]. 
  21. Include the program path in the association.
  22. To install your command-file in Program-Manager, you can drag the file
  23. with the mouse from File-Manager to a Program-Manager group.For this
  24. procedure, both File- and Program-Manager must be visible on the screen. 
  25. You can change the icon shown in Program-Manager with the menu
  26. [File - Properties...]
  27.  
  28. Windows95:
  29. Click with the right mouse button on the new file and choose [Open With]
  30. from the menu. Select BATSH as program to use. If the BATSH program is
  31. not shown in the selection, you must search it with the [Other..] option.
  32. Activate the box [Always use this program...]
  33.  
  34. Run your new command-file with a double click on the file-name.
  35.  
  36.  
  37. Release Notes
  38. -------------
  39. Version 2.20:
  40. The ICON command can change WINDOWS95 taskbar icons.
  41. A network connection-name (NETADD command) may contain spaces.
  42. The hidden icon label in command-mode (/C) is uppercase. 
  43. Support for Windows95 is added in the help-file.
  44.  
  45. Version 2.14:
  46. Bug-fix:
  47. The program is now running stable under WINDOWS95.
  48. This is not a 95 update, since some commands (ICON,WAITDROP,PRINTER...)
  49. can not be used yet.
  50. New:
  51. INI Variables    The filename-part can be written with an extension,
  52. so any text file with the structure of a windows initialisation file
  53. can now be used. 
  54.  
  55. Version 2.12:
  56. Bug-fix:
  57. Under some conditions, the PRINT command kept waiting
  58. much longer than it took to print the file.
  59.  
  60. Version 2.11:
  61. Bug-fix:
  62. A disabled Help option ($HELP) got active after using the MENU command.
  63. The error-message for an invalid $HELP variable definition was incorrect.
  64. CLOSE (not QUIT) a BATSH instance with an open message-box, did produce 
  65. a system error.
  66. Each SHOW command did rearrange the desktop icons.
  67. The $NET variable was not reset for all NETADD and NETPORT/REMOTE 
  68. conditions.
  69. In some networks, the IF REMOTE command did not search all drives and 
  70. ports, due to non standard return codes.
  71. New:
  72. $TIME/$DATE   The system TIME & DATE is read or set using these variables.
  73. SHOW          New parameters allow to move and size a window, or define 
  74.               the location of a BATSH message-box. 
  75.  
  76.  
  77. Since BATSH 2.0, the ASK and CHOICE command are integrated into the
  78. MESSAGE command. BATSH files from previous versions are not compatible
  79. with version 2 files, when using one of the two commands.
  80.  
  81.  
  82. ----------------------------------------------------------------
  83.  Thomas Nyffenegger, FMI, PBX 2543, 4002 Basel, CH
  84.  Email: nyffenegger@fmi.ch
  85.  Web:   http://www.fmi.ch/groups/ThomasNyffenegger/Group.html
  86. ----------------------------------------------------------------
  87.  
  88.