home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0020 - 0029 / ibm0020-0029 / ibm0028.tar / ibm0028 / LANS2_1A.ZIP / README.NEW < prev    next >
Encoding:
Text File  |  1990-10-25  |  2.3 KB  |  57 lines

  1. Lansmart 2.10 Release Notes  23 October 1990
  2. ============================================
  3.  
  4. Lansmart 2.10 features a few enhancements over ver 2.02, 
  5. namely support of: 
  6.  
  7. *    Microsoft Windows 3
  8.  
  9. *    User-customised  applications  that take control of  the  PC 
  10.      host's process termination
  11.  
  12. *    Applications that take i/o on local devices only
  13.  
  14. WINDOWS SUPPORT
  15. ----------------
  16. The  /WIN:ON parameter has been added to the LOGON command.  This 
  17. parameter  adjusts  the use of extended memory  for  co-existence 
  18. with  Windows. If you use your extended memory for both  LANsmart 
  19. and  Windows,  execute the LOGON command with  /WIN:ON  to  avoid 
  20. conflicts in the use of memory. Note that, n this case,  slightly 
  21. more   conventional  memory  will  be  used  for  LANsmart   than 
  22. originally intended.
  23.  
  24. PRINT QUEUE PATH
  25. ----------------
  26. The  /PNQ:<path>  is added to the LOGON command to set  the  path 
  27. (disk/directory)  for  the  print queue  where  print  files  are 
  28. temporarily  kept.  You may take advantage of this  parameter  to 
  29. keep  print  files in a RAM disk for faster printing i/o.  If  no 
  30. path is specified, the disk/directory where all LANsmart programs 
  31. are kept will be used.
  32.  
  33. USING SHARED PRINTERS WITH SPECIAL USER-CUSTOMISED APPLICATIONS
  34. ---------------------------------------------------------------
  35. A new parameter is added to the NETPRINT command to allow user to 
  36. pass  control of printing on a shared printer to the  application 
  37. program:
  38.  
  39. NETPRINT /BRK:OFF
  40.  
  41. An  end-of-file indicator indicates that a print file  is  closed 
  42. and printing of the file will start.
  43.  
  44. This  parameter sends end-of-file indicators to  shared  printers 
  45. ONLY in the following situations:
  46.  
  47. o   At timeout (set by parameter NETPRINT /EOF:n)
  48. o   When the hot key (Ctrl-Alt-PrtSc) is pressed
  49.  
  50. This  leaves  it  up  to  the  application  to  send  end-of-file 
  51. indicators  in all other situations.  Print files therefore  will 
  52. not  be automatically printed when the application exits to  DOS, 
  53. as in the normal case.
  54.  
  55. The  command NETPRINT /BRK will display the current setting  this 
  56. parameter (NETPRINT /BRK:ON or NETPRINT /BRK:OFF)
  57.