home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / kcg.zip / DTACHKCG.CMD next >
OS/2 REXX Batch file  |  1999-06-20  |  466b  |  12 lines

  1. rem  DTACHKCG.CMD for KCG.CMD  R.J.Holmgren  6/20/99
  2. rem
  3. rem  Enter '[d:\path\]DTACHKCG.CMD' in the 'Path and file name' field of
  4. rem    a Desktop Program object
  5. rem  Enter KCG.CMD arguments in the 'Optional Parameters' field,
  6. rem    e.g. '152.163.212.93 anonymous leon@trotsky.org.ru . 1170 . . . D'
  7. rem    N.B. The ninth parameter must be 'D'
  8. rem  Locate both DTACHKCG.CMD and KCG.CMD in the OS/2 PATH
  9. rem
  10. detach kcg.cmd %1 %2 %3 %4 %5 %6 %7 %8 %9
  11. exit
  12.