home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: DFÜ und Kommunikation / SOS-DFUE.ISO / programm / fax / faxer11 / testfax.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-21  |  120 b   |  9 lines

  1. #include <stdlib.h>
  2. #include <stdio.h>
  3.  
  4. int main(void)
  5. {
  6.    system("faxer 4 T18172835871 C:\\AUTOEXEC.BAT");
  7. }
  8.  
  9.