Advertisement
metalx1000

Quick Win3.1 in Dosbox

Jan 16th, 2022
1,634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. #!/bin/bash
  2. sudo apt -y install dosbox
  3. wget "https://archive.org/download/win31_202201/win31.zip"
  4. unzip win31.zip
  5. cd win31
  6. dosbox AUTOEXEC.BAT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement