home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: OtherApp / OtherApp.zip / cm17ce.zip / fcinst.EXE / StartAll.cmd < prev    next >
OS/2 REXX Batch file  |  2000-01-18  |  259b  |  15 lines

  1. /* StartAll.CMD */
  2.  
  3. /*
  4. Starts CM17A Comm Engine and then
  5. loads the Virtual Keychain remote.
  6. Use settings inside the Comm Engine
  7. to start it minimized and auto-connect
  8. to the interface on start-up.
  9. */
  10.  
  11. 'start cm17ce.exe'
  12. 'start virkey.exe'
  13.  
  14. EXIT
  15.