Subversion Repositories SvarDOS

Rev

Rev 61 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61 Rev 62
Line 352... Line 352...
352
      list[0] = kittengets(0, 1, list[0]);
352
      list[0] = kittengets(0, 1, list[0]);
353
      list[1] = kittengets(0, 2, list[1]);
353
      list[1] = kittengets(0, 2, list[1]);
354
      snprintf(buff, sizeof(buff), kittengets(3, 6, "The installation of Svarog386 to %c: is about to begin."), cselecteddrive);
354
      snprintf(buff, sizeof(buff), kittengets(3, 6, "The installation of Svarog386 to %c: is about to begin."), cselecteddrive);
355
      video_putstring(7, -1, COLOR_BODY[mono], buff, -1);
355
      video_putstring(7, -1, COLOR_BODY[mono], buff, -1);
356
      if (menuselect(10, -1, 4, list) != 0) return(-1);
356
      if (menuselect(10, -1, 4, list) != 0) return(-1);
357
      snprintf(buff, sizeof(buff), "SYS A: %c:", cselecteddrive);
357
      snprintf(buff, sizeof(buff), "SYS A: %c: > NUL", cselecteddrive);
358
      system(buff);
358
      system(buff);
359
      snprintf(buff, sizeof(buff), "%c:\\TEMP", cselecteddrive);
359
      snprintf(buff, sizeof(buff), "%c:\\TEMP", cselecteddrive);
360
      mkdir(buff);
360
      mkdir(buff);
361
      return(cselecteddrive);
361
      return(cselecteddrive);
362
    }
362
    }