#include <stdio.h> #include <stdlib.h> int main() { char e[80]; scanf("%s",&e); system(e); return 0; } // 输入要打开的文件路径,按回车。