home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR21 / LWASSI10.ZIP / README.TXT < prev    next >
Text File  |  1992-11-22  |  2KB  |  47 lines

  1. Workplace Assist  v1.0
  2. -----------------------
  3. Developed to consolidate basic LAN Workplace functions under one button 
  4. control startup.  Plus, Select Printer functions to change the windows 
  5. default printer.  Place Workplace Assist files in the same directory with 
  6. LAN Workplace for DOS Executables.    
  7.  
  8.                     Workplace Assist Files
  9.                     -----------------------------
  10.                     LWASSIST.EXE - Workplace Assist
  11.                     VBRUN100.DLL - Visual Basic Runtime
  12.                     THREED.VBX   - 3D Button VB Add-on
  13.                     CMDIALOG.VBX - Common Dialog VB Add-on
  14.  
  15. Select Printer and VT-xxx Emulation Print Function
  16. ---------------------------------------------------
  17. To print to a windows default printer from a unix system.  The Host System 
  18. would have to issue the proper escape code sequence.  The basic script for
  19. this function would be.
  20.  
  21.         echo "Printing $1 ..."
  22.         echo "\033[5i"
  23.         cat $1
  24.         echo "\033[4i"
  25.  
  26. Since there is no option in the Host Presentor to change the printer
  27. selection, this function has been added to Workplace Assist.
  28.  
  29. Tech Support and Suggestions
  30. -----------------------------
  31. Send Technical Support Questions and Suggestion via CompuServe E-Mail 
  32. to 76236,2365.
  33.  
  34. Workplace Assist is distributed into the public domain.  There are
  35. no warranties expressed or implied for the fitness of this product
  36. for a particular use.
  37.  
  38. To recieve notification of updates via CompuServe Mail please send a 
  39. E-Mail message to CompuServe account 76236,2365.  Subject should read
  40.                 "Registration Workplace Assist v1.0"
  41.    There is no cost for this product as released under version 1.0
  42.  
  43.  
  44.  
  45. LAN Workplace for DOS is copyright by Novell, Inc.
  46. Microsoft Windows is copyright Microsoft Corporation.
  47.