dosbox 自动运行_如何使用DOSBox运行DOS游戏和旧应用

dosbox 自动运行

dosbox 自动运行

New versions of Windows don’t fully support classic DOS games and other old applications — this is where DOSBox comes in. It provides a full DOS environment that runs ancient DOS apps on modern operating systems.

Windows的新版本不完全支持经典DOS游戏和其他旧应用程序-这是DOSBox的用处。它提供了一个完整的DOS环境,该环境可以在现代操作系统上运行古老的DOS应用程序。

We’ve written about using the D-Fend Reloaded front-end for DOSBox in the past, but what if you just want to use DOSBox itself? We’ll show you to how to mount directories, use DOSBox’s internal commands, execute programs and use DOSBox’s keyboard shortcuts like a pro.

我们过去曾经写过关于在DOSBox上使用D-Fend Reloaded前端的文章,但是如果您只想使用DOSBox呢? 我们将向您展示如何挂载目录,使用DOSBox的内部命令,执行程序以及使用DOSBox的键盘快捷键(如pro)。

入门 (Getting Started)

DOSBox is available as a free download from the DOSBox website. It’s not just for Windows — installers are available for Mac OS X, Linux and other UNIX-like systems. If you’re using Ubuntu, you’ll find DOSBox available in the Ubuntu Software Center.

DOSBox可从DOSBox网站免费下载。 这不仅适用于Windows,而且安装程序可用于Mac OS X,Linux和其他类似UNIX的系统。 如果您使用的是Ubuntu,则可以在Ubuntu软件中心找到DOSBox。

You’ll also need the game or application you want to run. If you have an old floppy disk, it’s time to pull it out. If the game was available as shareware, you’re in luck — you should be able to find it online. Most DOS games are fully compatible, but DOSBox’s homepage hosts a compatibility list so you can check your favorite game’s compatibility.

您还需要要运行的游戏或应用程序。 如果您有旧的软盘,是时候将其取出。 如果该游戏可以作为共享软件使用,那么您很幸运-您应该可以在线找到它。 大多数DOS游戏都是完全兼容的,但是DOSBox的主页上有一个兼容性列表,因此您可以检查自己喜欢的游戏的兼容性。

安装目录 (Mounting Directories)

Once it’s installed, you can fire DOSBox up from your desktop or Start menu. You’ll get two windows — a status window and the main DOSBox window. You can ignore the status window.

安装完成后,您可以从桌面或“开始”菜单启动DOSBox。 您将获得两个窗口-状态窗口和主DOSBox窗口。 您可以忽略状态窗口。

(As readers have noted, you can also run a program by dragging and dropping its EXE file onto DOSBox’s application icon, so feel free to give that a try.)

(正如读者已经指出的,您也可以通过将EXE文件拖放到DOSBox的应用程序图标上来运行程序,请尝试一下。)

Before you run a game, you’ll have to mount its directory. DOSBox’s environment is separate from your computer’s file system. In other words, the C: drive in DOSBox is completely separate from the C: drive on your computer.

在运行游戏之前,您必须安装其目录。 DOSBox的环境与计算机的文件系统是分开的。 换句话说,DOSBox中的C:驱动器与计算机上的C:驱动器完全分开。

Here’s an example mount command:

这是一个示例安装命令:

mount c c:\games\

挂载cc:\ games \

This command mounts the C:\Games directory on your computer as the C: drive in DOSBox. Replace c:\games with the location of the games directory on your computer.

此命令将C:\ Games目录安装为DOSBox中的C:驱动器。 将c:\ games替换为游戏目录在计算机上的位置。

Add the -t cdrom switch if you’re mounting a CD-ROM. For example, the following command takes the CD-ROM drive at D: on your computer and mounts it as the C: drive in DOSBox:

如果要安装CD-ROM,请添加-t cdrom开关。 例如,以下命令将CD-ROM驱动器放在计算机上的D:并将其安装为DOSBox中的C:驱动器:

mount c D:\ -t cdrom

挂载c D:\ -t cdrom

浏览和运行应用程序 (Navigating Around and Running Applications)

Once you’ve got your game files mounted, you can type C: and press Enter to switch to DOSBox’s C: drive.

挂载游戏文件后,可以键入C:并按Enter键切换到DOSBox的C:驱动器。

Use the dir command to list the contents of the current directory and the cd command, followed by the name of a directory, to change to a directory. Use the cd .. command to go up a directory.

使用dir命令列出当前目录的内容,然后使用cd命令列出目录名称,然后再更改目录。 使用cd ..命令进入目录。

Type the name of an EXE file in the current folder to execute that program. You may have to run an install program before playing your game or running your application.

在当前文件夹中键入EXE文件的名称以执行该程序。 在玩游戏或运行应用程序之前,您可能必须运行安装程序。

If you do, install the game like you would on a normal DOS system.

如果这样做,请像在普通的DOS系统上一样安装游戏。

Once it’s installed, you can navigate to the game’s EXE file and run it by typing its name.

安装完成后,您可以导航到游戏的EXE文件并通过键入其名称来运行它。

At this point, you’re ready to play. You’ll have to repeat the mount process each time you restart DOSBox, although you’ll only have to install and configure the game once.

至此,您可以开始游戏了。 每次重新启动DOSBox时,您都必须重复安装过程,尽管您只需安装和配置游戏一次。

键盘快捷键 (Keyboard Shortcuts)

DOSBox has a variety of keyboard shortcuts. Here are the most essential ones:

DOSBox具有各种键盘快捷键。 这是最重要的:

Alt-Enter switches between full-screen and windowed modes.

Alt-Enter在全屏和窗口模式之间切换。

If a game runs too fast, you can slow it down by pressing Ctrl-F11. Likewise, you can speed up slow games by pressing Ctrl-F12. DOSBox’s emulated CPU speed, displayed in its title bar, will change each time you press these keys.

如果游戏运行得太快,可以通过按Ctrl-F11使其变慢。 同样,您可以通过按Ctrl-F12来加快慢速游戏的速度。 DOSBox的模拟CPU速度(显示在其标题栏中)将在您每次按这些键时更改。

Type the intro special command to see a full list of DOSBox’s shortcut keys.

键入intro特殊命令以查看DOSBox的快捷键的完整列表。



DOSBox can also run DOS programs that aren’t games — including the Windows 3.1 operating system itself — but games are its main use case. The DOS programs people used to rely on have been replaced, but classic games can never be replaced.

DOSBox还可以运行不是游戏的DOS程序-包括Windows 3.1操作系统本身-但游戏是其主要用例。 人们过去所依赖的DOS程序已被替换,但是经典游戏永远无法替换。

翻译自: https://www.howtogeek.com/104725/how-to-use-dosbox-to-run-dos-games-and-old-apps/

dosbox 自动运行

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/279838.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

WPF 自定义放大镜控件

控件名:Magnifier作 者:WPFDevelopersOrg - 驚鏵原文链接[1]:https://github.com/WPFDevelopersOrg/WPFDevelopers框架使用.NET40;Visual Studio 2019;实现此功能需要用到 VisualBrush ,放大镜展现使用 Canvas ->…

.NET实现之(WebBrowser数据采集—续篇)

我们继续“.NET实现之(WebBrowser数据采集)“系列篇之最后一篇,这篇本人打算主要讲解怎么用WebBrowser控件来实现“虚拟”的交互性程序;比如我们用Winform做为宿主容器,用Asp.net做相关收集程序页面,我们需要通过客户端填写相关数…

ipad和iphone切图_如何在iPhone,iPad和Mac上使消息静音

ipad和iphone切图If you use Messages on your iPhone, iPad, or Mac, then you probably know how quickly you can become overrun with message notifications, especially if you’re part of a group message. Thankfully, there’s an easy way to mute specific message…

Pipy 实现 SOCKS 代理

上篇我们介绍了服务网格 osm-edge 出口网关使用的 HTTP 隧道,其处理方式与另一种代理有点类似,就是今天要介绍的 SOCKS 代理。二者的主要差别简单来说就是前者使用 HTTP CONNECT 告知代理目的地址,而后者则是通过 SOCKS 协议。值得一提的是&a…

python拓展7(Celery消息队列配置定时任务)

介绍 celery 定时器是一个调度器(scheduler);它会定时地开启(kicks off)任务,然后由集群中可用的工人(worker)来执行。 定时任务记录(entries)默认 从 beat_s…

chrome连接已重置_如何重置(或调整)Chrome的下载设置

chrome连接已重置By default, Chrome saves all downloaded files to the same location—a dedicated “Downloads” folder. The thing is, this isn’t always practical for all types of download files. The good news is you can easily tweak this setting. 默认情况下…

.Net 7 团队把国内的龙芯确实当做一等公民和弃用的项目

楔子:国内龙芯据说是用的自己的指令集,在研究ILC的时候,发现了龙芯在微软那边确实是一等公民的存在。同X64,ARM,X86一同并列交叉编译和二进制提取。龙芯官网龙芯平台.NET,是龙芯公司基于开源社区.NET独立研发适配的龙芯版本&#…

戴尔押宝iSCSI,由低到高组合成型

戴尔(Dell)是较早接受SAS技术的主流存储厂商之一,2006年已推出采用SAS硬盘驱动器的SAS直连存储(DAS)系统PowerVault MD3000。一年之后,主机连接改用iSCSI的PowerVault MD3000i问世。2008年1月,E…

word中插入公式的快捷键_如何使用插入键在Word中插入复制的内容

word中插入公式的快捷键In Word, the “Insert” key on the keyboard can be used to switch between Insert and Overtype modes. However, it can also be used as a shortcut key for inserting copied or cut content at the current cursor position. 在Word中&#xff0…

微软终于为 Visual Studio 添加了内置的 Markdown 编辑器

微软终于为 Visual Studio 添加了内置的 Markdown 编辑器。根据官方博客的介绍,由于收到许多用户的反馈,微软决定为 Visual Studio 添加 Markdown 编辑器。开发者下载最新的 Visual Studio 17.5 第 2 个预览版就能够使用 Markdown 编辑功能,无…

【经验分享】Hydra(爆破神器)使用方法

这个也是backtrack下面很受欢迎的一个工具 参数详解:-R 根据上一次进度继续破解-S 使用SSL协议连接-s 指定端口-l 指定用户名-L 指定用户名字典(文件)-p 指定密码破解-P 指定密码字典(文件)-e 空密码探测和指定用户密码探测(ns)-C 用户名可以用:分割(username:passw…

【东软实训】SQL多表链接

如果一个查询同时涉及两个以上的表,则称之为链接查询,链接查询是关系数据库中最主要的查询,主要包括等值链接查询、非等值链接查询、自身链接查询、外链接查询和复合条件链接查询。 这篇博文我们来对多表链接进行学习。 Outline 链接的基本概…

博鳌“‘AI+时代’来了吗”分论坛,嘉宾们有何重要观点?...

雷锋网(公众号:雷锋网)3月27日消息,正在进行中的博鳌亚洲论坛2019年年会,于2019年3月26日至29日在中国海南博鳌举办。今年博鳌论坛的主题为“共同命运 共同行动 共同发展”。今天,在主题为《“AI时代”来了吗?》分论坛…

一款统计摸鱼时长的开源项目

对于我们程序员,在工作中一天8小时,不可能完全在写代码了,累了刷刷论坛、群里吹吹牛,这都是非常正常的。虽然一天下来,可能我们都可以按时完成工作,但是我们不知道,时间都花在哪里了&#xff0c…

saltstack 主题说明

转载于:https://www.cnblogs.com/40kuai/p/9335869.html

基于spring boot 的ssm项目的简单配置

2019独角兽企业重金招聘Python工程师标准>>> 我前面的帖子有介绍spring boot的简单搭建,现在我再讲讲spring boot的简单配置 首先,项目结构 启动类 RestController 注解相当于ResponseBody + Controller合在一起的作用。 Sprin…

nest 架构_如何与其他人分享您的Nest Cam Feed

nest 架构Your Nest Cam can help you keep an eye on your home from anywhere you are, but more eyes you trust to watch your stuff is more comforting. If you want someone else to check in once in a while, you can share your Nest Cam feed with a simple, passwo…

.Net 和Assembly下滑其它回升,TIOBE编程语言2022年12排行榜

楔子TIOBE编程语言排行榜一般反应的是语言的生态,个人比较喜欢这个排行。来看下2022年最后一个月12月,最后一天,TIOBE的排行榜单。榜单分析这里只看下前10名的编程语言,里面非常显眼的是所有的语言都增加了生态环境,包括不被看好的…

Haproxy安装与配置

Haproxy安装与配置 有关高负载均衡的软件,目前使用比较多的是haproxy、nginx和lvs。下面我们就开始学习haprxoy这款软件。 1、Haproxy概念 1.1、haproxy原理 haproxy提供高可用性、负载均衡以及基于TCP(第四层)和HTTP(第七层)应用的代理&…

删除word中所有的表格_如何在Word中删除表格

删除word中所有的表格If you’ve inserted a table in Word and you now want to delete it, you may have found it’s not all that straightforward to delete the entire table without deleting other content around the table. We’ll show you a couple of ways around…