📄 setup.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 a:");
system("copy c:\\jpy\\egavga.bgi a:");
system("copy c:\\jpy\\jpy.exe a:");
system("copy c:\\jpy\\viewbmp.exe a:");
system("copy c:\\jpy\\fm.bmp a:");
system("copy c:\\jpy\\hzk16 a:");
system("copy c:\\jpy\\mouse.* a:");
system("copy c:\\jpy\\install.exe a:");
system("copy c:\\jpy\\user.chk a:");
system("copy c:\\jpy\\key.exe a:");
system("copy c:\\jpy\\jp.exe a:");
system("cls");
printf("setup finished!");
return(0);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -