How to let DOSBox automatically execute commands after startup

How to let DOSBox automatically execute commands after startup

Using DOSBox, you can simulate DOS under Windows and do some fun work. For example, learning 8086 assembly.

Every time you start DOSBox, you need to mount and change the drive letter. It's not fun when the program you are debugging keeps crashing.

You can think of ways to automate these fixed "routines".

Notice that when DOSBox is first started, there is a window that looks like this:


This file is responsible for the commands executed after DOSBox is started.

Find this file.

You can edit it with Notepad.

Scroll to the bottom, find the [autoexec] section, and add the following commands:

Then restart DOSBox.

screenshot? Not given.

Do it yourself!

Summarize

The above is the full content of this article. I hope that the content of this article will have certain reference learning value for your study or work. Thank you for your support of 123WORDPRESS.COM. If you want to learn more about this, please check out the following links

You may also be interested in:
  • Linux shell array and associative array usage examples
  • Android's implementation method of executing shell scripts in the Linux terminal to directly print the log of the currently running app
  • How to remotely batch execute Linux command programs using pyqt
  • Use of Zabbix Api in Linux shell environment
  • How to recover accidentally deleted messages files in Linux
  • Summary of solutions to common Linux problems
  • In-depth analysis of the Linux kernel macro container_of
  • Linux loading vmlinux debugging
  • Customization Method of Linux Peripheral File System
  • Detailed example of changing Linux account password

<<:  Detailed explanation of Mysql transaction processing

>>:  React Hooks Common Use Scenarios (Summary)

Recommend

100 ways to change the color of an image using CSS (worth collecting)

Preface “When it comes to image processing, we of...

CSS code abbreviation div+css layout code abbreviation specification

Using abbreviations can help reduce the size of yo...

MySQL 5.7.27 winx64 installation and configuration method graphic tutorial

This article shares the installation and configur...

How to export CSV file with header in mysql

Refer to the official document http://dev.mysql.c...

Examples of new selectors in CSS3

Structural (position) pseudo-class selector (CSS3...

Some pitfalls of JavaScript deep copy

Preface When I went to an interview at a company ...

Basic usage of find_in_set function in mysql

Preface This is a new function I came across rece...

How to implement a simple HTML video player

This article introduces the method of implementin...

The simplest form implementation of Flexbox layout

Flexible layout (Flexbox) is becoming increasingl...

Creating Responsive Emails with Vue.js and MJML

MJML is a modern email tool that enables develope...

HTML table tag tutorial (13): internal border style attributes RULES

RULES can be used to control the style of the int...