dosbox

下载游戏程序,解压到mario文件夹下

mount c /home/xing/mario       挂载

c:      进入虚拟的 c 盘

mario               运行可执行文件

常用 dos 命令     注 ~代表相当linux下的

dir    ~   ls

deltree  

cls    ~ clear

cd    

copy  ~ cp

del   ~  rm

move ~ mv

edit   ~ vi

type 显示文件内容    ~ cat

md  ~ mkdir

rd  ~ 删除子目录

ren ~ rename

xcopy 拷贝目录于文件

date

time

tree

exit

例子:

dir *.* -> a.txt 把当前目录文件列表写入a.txt

dir *.* /s -> a.txt 把当前目录文件列表写入a.txt,包括子目录下文件。

原文地址:https://www.cnblogs.com/xiangzi888/p/2185721.html