home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s038 / 1.ddi / SUPP.LIF / README.LAU < prev    next >
Encoding:
Text File  |  1992-07-06  |  2.7 KB  |  101 lines

  1. iRMX Program Launching from DOS or Windows:
  2. -------------------------------------------
  3.  
  4. This directory contains software that lets you launch iRMX programs
  5. from DOS or Windows:
  6.  
  7. There are five files here:
  8.  
  9.     RLS        - the Remote Load Server job, to be loaded from iRMX
  10.  
  11.     WLC.EXE    - the Windows Load Client executable for Standard Mode Windows
  12.  
  13.     RWLC.EXE- the Windows Load Client executable for Real Mode Windows
  14.  
  15.     DLC.EXE    - DOS Load Client.
  16.     
  17.     CLI.NEW - the iRMX CLI CUSP that can be loaded from DLC or WLC
  18.  
  19. ---------------------------------------------------------------------------    
  20.  
  21. INSTALLATION:
  22. -------------
  23.  
  24. 1.    WLC:
  25.  
  26.     To be able run the Windows Load Client (WLC.EXE or RWLC.EXE), copy it to
  27.     the WINDOWS directory (e.g. c:\windows) and fire up windows.
  28.  
  29.     Open up the WINDOWS APPLICATION GROUP.
  30.  
  31.     Pull down the PROGRAMS MANAGER's FILE MENU and select NEW.
  32.  
  33.     Click OK and a PROGRAM ITEM PROPERTIES box pops up.
  34.  
  35.     In the DESCRIPTION field add "Launch Real-Time" or whatever you like.
  36.  
  37.     In the COMMAND LINE field add "WLC.EXE".
  38.  
  39.     Click OK. An ICON should appear in your WINDOWS APPLICATION GROUP.
  40.  
  41.     NOTE: The full Syntax of WLC.EXE command line is:
  42.  
  43.             WLC.EXE [RLS Server name] [<command name> [<param>,,]]
  44.  
  45. 2.    DLC:
  46.  
  47.     Just copy DLC.EXE to the \DOSRMX directory.
  48.  
  49. 3.    RLS:
  50.     
  51.     Just copy RLS to the \rmx386\jobs directory.
  52.  
  53. ---------------------------------------------------------------------------    
  54.  
  55. INVOCATION:
  56. -----------
  57.  
  58. 1.    First load the REMOTE LOAD SERVER (RLS):
  59.  
  60.     use SYSLOAD to run RLS from where you installed it;
  61.  
  62.         SYSLOAD /RMX386/JOBS/RLS
  63.  
  64. 2.    In your /NET/DATA file add an entry for RLS: e.g.
  65.  
  66.         FRED.RLS/nfs:   TYPE=rmx:  ADDRESS=0x30000A00000001############000000;
  67.  
  68.         where the ############ is the ethernet address of the server on which
  69.         RLS is running.
  70.  
  71.     Run LOADNAME /NET/DATA to add FRED.RLS to the Name Server database.
  72.  
  73.  
  74. 3.    Running WLC:
  75.  
  76.     Fire up MS-NET on the DOS machine.
  77.  
  78.     Fire up WINDOWS.
  79.  
  80.     Double Click on the WLC ICON and a window pops up (similar to WTERM).
  81.  
  82.     Pull down the PROGRAM menu and select LOAD.
  83.  
  84.     A dialog box will pop up asking for the Server name and the Command name.
  85.         Enter FRED.RLS for the server name,
  86.         Enter name of the iRMX Application you want to execute for the Command,
  87.         Click the OK button.
  88.  
  89.     Now play around and tell us what you think of it so far!
  90.  
  91. 4.    Running DLC:
  92.  
  93.     Fire up MS-NET on the DOS machine.
  94.  
  95.     Just enter DLC<cr>. This will display the USAGE message.
  96.  
  97. 5.    By loading the CLI.NEW program from DLC or WLC, you essentially get
  98.     an iRMX Command Line Session. Using multiple invocations of WLC or
  99.     DLC you can then get multiple such sessions.
  100. ---------------------------------------------------------------------------    
  101.