home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a120 / 1.ddi / WATCOM_C / WAT198.C < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-18  |  463 b   |  15 lines

  1. /*------------------------------------------------------------------*/
  2. /* ╡{ªí└╔ªW║┘: wat198.c                                             */
  3. /*------------------------------------------------------------------*/
  4. #include <stdio.h>
  5. #include <sys\utime.h>
  6.  
  7. void main()
  8. {
  9.    if(utime("c:\\autoexec.bak",NULL) != 0)
  10.       printf("╡L¬k¡╫º∩└╔«╫ñº└╔«╫ñΘ┤┴╗P└╔«╫«╔╢í\n");
  11.    else
  12.       printf("ñw▒N└╔«╫ñº└╔«╫ñΘ┤┴╗P└╔«╫«╔╢í¡╫º∩ª¿Ñ╪½e╡{ªí░⌡ªµñº«╔╢í\n");
  13. }
  14.  
  15.