home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / comm / allscrip.zip / COMP.SLT < prev    next >
Text File  |  1993-06-07  |  338b  |  18 lines

  1. main()
  2. {
  3.  str fname[12];
  4.  int x, y;
  5.  x = vsavearea(21, 9, 58, 13);
  6.  box(21, 9, 58, 13, 3, 0, 113);
  7.  box(22, 10, 57, 12, 0, 0, 17);
  8.  pstraxy("Script to compile:   ____________", 23, 11, 31);
  9.  y = getsxy(fname, 12, 44, 11, 30);
  10.  if (y == -1)
  11.   {
  12.    vrstrarea(x);
  13.    return;
  14.   }
  15.  run ("CS.EXE", FNAME, 1);
  16.  vrstrarea(x);
  17. }
  18.