Advertisement
metalx1000

Compile Code for Win 3.1

Feb 15th, 2024
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. # compiling CPP code for Windows 3.1
  2. wget -c "https://archive.org/download/win31_202201/win31.zip"
  3. unzip win31.zip
  4. mkdir -p win31/tc
  5. cd win31/tc
  6. wget -c "https://winworldpc.com/download/4550e280-ba7a-18c3-9a11-c3a4e284a2ef/from/c39ac2af-c381-c2bf-1b25-11c3a4e284a2" -O tc.7z
  7. 7z e tc.7z
  8. cd ../
  9.  
  10. wget "https://pastebin.com/raw/JHX7gs5i" -O fartbox.cpp
  11.  
  12. dosbox AUTOEXEC.BAT
  13.  
  14. ### Remember to free your mouse from DosBox ctrl+F10
  15. ### Once in Win 3.1 ###
  16. go to tc dir and run install.exe
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement