⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 setup1.cpp

📁 吐血奉献:一套完整的DOS版软件工程
💻 CPP
字号:
#include <dir.h>
#include <dos.h>
#include <math.h>
#include <conio.h>
#include <stdio.h>
#include <stdlib.h>
#include <bios.h>
#include <io.h>
#include <stat.h>
#include <fcntl.h>
int main()
  {
  system("copy c:\\jpy\\jpy.bat c:\\jpy1");
  delay(200);
  system("copy c:\\jpy\\egavga.bgi c:\\jpy1");
  delay(200);
  system("copy c:\\jpy\\jpy.exe c:\\jpy1");
  delay(200);
  system("copy c:\\jpy\\viewbmp.exe c:\\jpy1");
  delay(200);
  system("copy c:\\jpy\\fm.bmp c:\\jpy1");
  delay(200);
  system("copy c:\\jpy\\hzk16 c:\\jpy1");
  delay(200);
  system("copy c:\\jpy\\mouse.* c:\\jpy1");
  delay(200);
  system("copy c:\\jpy\\install.exe c:\\jpy1");
  delay(200);
  system("copy c:\\jpy\\ini_jpy.exe c:\\jpy1");
  delay(200);
  system("copy c:\\jpy\\user.chk c:\\jpy1");
  delay(200);
  system("copy c:\\jpy\\key.exe c:\\jpy1");
  delay(200);
  system("cls");
  printf("setup finished!");
  return(0);
  }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -