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.pswp.cn/news/279838.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/279838.shtml
英文地址,請注明出處:http://en.pswp.cn/news/279838.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

WPF 自定義放大鏡控件

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

springboot小筆記

如果默認通過IDEA的springboot 插件布置的 的初始啟動類是這樣的,這種就是一個普通的java類,只能以jar打包 package com.how2java.springboot;import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.Sprin…

.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…

Asia Yokohama Regional Contest 2018 G題 What Goes Up Must Come Down(樹狀數組求逆序對)

https://codeforces.com/gym/102082 題意: 給一個數組大小不超過1e5,每個數的值也是1e5以內,可以交換相鄰兩個數,求保證它呈現一個非遞減再非遞增的趨勢的最小交換次數。 題解:對每個數來說,只有兩種情況&a…

Android系統的開機畫面顯示過程分析(8)

3. 第三個開機畫面的顯示過程第三個開機畫面是由應用程序bootanimation來負責顯示的。應用程序bootanimation在啟動腳本init.rc中被配置成了一個服務,如下所示:service bootanim /system/bin/bootanimation user graphics group graphics disabled o…

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…

仿Gin搭建自己的web框架(七)

本篇介紹HTTP Basic Auth的實現以及Recovery機制。 HTTP Basic Auth Basic Auth是一種開放平臺認證方式,簡單的說就是需要你輸入用戶名和密碼才能繼續訪問。對于Basic Auth的概念不過多的進行介紹,直接進入如何實現的過程。 Basic Auth說白了就是賬號和密…

canvas高斯模糊算法

對于模糊圖片這個效果的實現&#xff0c;其實css3中的filter屬性也能夠實現&#xff0c;但是這個屬性的兼容性不是很好&#xff0c;所以我們通常不用這種方法實現&#xff0c;而使用canvas配合JS實現。 <span style"white-space:pre"> </span>//高斯模糊…

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 編輯器。根據官方博客的介紹&#xff0c;由于收到許多用戶的反饋&#xff0c;微軟決定為 Visual Studio 添加 Markdown 編輯器。開發者下載最新的 Visual Studio 17.5 第 2 個預覽版就能夠使用 Markdown 編輯功能&#xff0c;無…

【經驗分享】Hydra(爆破神器)使用方法

這個也是backtrack下面很受歡迎的一個工具 參數詳解&#xff1a;-R 根據上一次進度繼續破解-S 使用SSL協議連接-s 指定端口-l 指定用戶名-L 指定用戶名字典(文件)-p 指定密碼破解-P 指定密碼字典(文件)-e 空密碼探測和指定用戶密碼探測(ns)-C 用戶名可以用:分割(username:passw…

【東軟實訓】SQL多表鏈接

如果一個查詢同時涉及兩個以上的表&#xff0c;則稱之為鏈接查詢&#xff0c;鏈接查詢是關系數據庫中最主要的查詢&#xff0c;主要包括等值鏈接查詢、非等值鏈接查詢、自身鏈接查詢、外鏈接查詢和復合條件鏈接查詢。 這篇博文我們來對多表鏈接進行學習。 Outline 鏈接的基本概…

博鰲“‘AI+時代’來了嗎”分論壇,嘉賓們有何重要觀點?...

雷鋒網(公眾號&#xff1a;雷鋒網)3月27日消息&#xff0c;正在進行中的博鰲亞洲論壇2019年年會&#xff0c;于2019年3月26日至29日在中國海南博鰲舉辦。今年博鰲論壇的主題為“共同命運 共同行動 共同發展”。今天&#xff0c;在主題為《“AI時代”來了嗎&#xff1f;》分論壇…

一款統計摸魚時長的開源項目

對于我們程序員&#xff0c;在工作中一天8小時&#xff0c;不可能完全在寫代碼了&#xff0c;累了刷刷論壇、群里吹吹牛&#xff0c;這都是非常正常的。雖然一天下來&#xff0c;可能我們都可以按時完成工作&#xff0c;但是我們不知道&#xff0c;時間都花在哪里了&#xff0c…

saltstack 主題說明

轉載于:https://www.cnblogs.com/40kuai/p/9335869.html