home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / LOD421O.ZIP / OS2READ.ME < prev    next >
Text File  |  1995-05-19  |  1KB  |  31 lines

  1. Notes on installing OS/2 version of LOD
  2.  
  3. You may use either GAME_OS2.EXE (character mode) or GAME_PM (presentation
  4. manager w/ graphics) executables.
  5.  
  6. Remote async code has not been very well tested, Good Luck!!!
  7.  
  8. -----------------------------------------------------------------------------
  9.  
  10. NEW: Ability to pass serial handle on command line
  11.  
  12.           You may now pass the file handle of an open com port on the command
  13.   line. This is done by using the "/SERHAND" parameter. "/SERHAND" must be
  14.   immediately followed by the com port handle with NO spaces inbetween. For
  15.   example, "/SERHAND%1" could be used in a batch file to pass the parameter.
  16.  
  17.           Under this calling method, the following changes are performed:
  18.  
  19.           1) The number specified with /SERHAND is assumed to be the file
  20.              handle of an open and initialized communications port.
  21.  
  22.           2) The baud rate & comm paramaters are NOT set. This is assumed
  23.              to have already been done.
  24.  
  25.           3) The serial port is not shut down on exit.
  26.  
  27.           Certain BBS systems, such as Maximus/2 appear to use this type of
  28.   setup. I do not run Maximus/2 and thus cannot test this myself, but it
  29.   should work.
  30.  
  31. Scott Baker