home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets (4th Edition) / Windows95Secrets4thEdition.iso / tools / installr / freeman / execwait.h_ / execwait
Encoding:
Text File  |  1995-06-14  |  127 b   |  8 lines

  1. #define __EXECWAIT_H
  2.  
  3.  
  4. int execasyn(char cmdl[], int showcmd);
  5.  
  6. int execwait(char cmdl[], int showcmd, int *exitcode);
  7.  
  8.