[Toc][Index]

Call another CMD by value





 
/* code sequence to call another CMD by value                         */

  cmdPath = "E:\DEVELOP\REXX"

  iLine = 'call "' || cmdPath || '\MYFUNC"'
  interpret iLine

/* Note:                                                              */
/*  call cmdPath || "\MYFUNC"                                         */
/* won't work                                                         */

  

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995
Peter Childs