home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / batch / sw_43.zip / README.1ST < prev    next >
Text File  |  1992-07-11  |  2KB  |  34 lines

  1. To: Previous Users of SW
  2. RE: SW 4.3 Changes...
  3.  
  4. Screen definitions can contain "nested" labels. If you find yourself re-using 
  5. the same background in the same batch file, you could take advantage of this
  6. feature to save a bit of work. By using multiple labels within the screen def,
  7. you can read all or part of the def without having to duplicate it elswhere in 
  8. the file. The labels that are inside are ignored by SW when read.
  9.  
  10. Long strings are now truncated to 70 characters. Although 70 characters is 
  11. still the limit on a line, SW will now just shorten it without displaying an
  12. error message,
  13.  
  14. Awareness & support for EGA 43 & VGA 50 Lines. Just in case 25 lines isn't e-
  15. nough, SW can now use up to 50 lines on a VGA monitor. SW will detect and use 
  16. these modes as well as being able to set them. Also, the maximum amount of 
  17. text lines is increased to 38 in the 43 line mode and 45 in the 50 line mode.
  18.  
  19. Integrated file viewer shows text in window. The program SWV.EXE will be sent 
  20. to anyone registering SW 4.3. It contains the basic features of a viewer which
  21. SW can call after defining a popup window for it to use. The window can be 
  22. zoomed to full screen and restore the original screen when finished. This
  23. program is perfect for displaying large amounts of information without resort-
  24. ing to lengthy screen definitions.
  25.  
  26. DI.EXE 1.3 enhances /EXIST and /FIND  so they can use 2 variables to return
  27. the location of a file. The first variable contains the drive letter and the
  28. second will contain the path.
  29.  
  30. DI 1.3 also includes 2 new switches. /GET_VOL returns volume label in an 
  31. environment variable. The variable name default is the drive letter. /SIZE 
  32. returns floppy disk size as an EL. This is the formatted size of the disk and
  33. does not reflect available space.
  34.