[Toc][Index]

Call another CMD





 
/* code sequence to call another CMD file from within an CMD file     */

  cmdLine=progDrive || progPath || progName || " " || ProgParm
  "cmd /c " cmdLine
                        /* "RC" contains the return code              */
  if rc <> 0 & rc <> "RC" then
    say "Error: The program ends with RC = " || rc

  

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