Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adroste/amipro-win10-launcher
AmiPro windows 10 launch script (for winevdm)
https://github.com/adroste/amipro-win10-launcher
Last synced: 7 days ago
JSON representation
AmiPro windows 10 launch script (for winevdm)
- Host: GitHub
- URL: https://github.com/adroste/amipro-win10-launcher
- Owner: adroste
- Created: 2021-01-23T18:34:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-23T18:52:43.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T06:27:23.229Z (about 2 months ago)
- Language: Batchfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# amipro-win10-launcher
AmiPro windows 10 launch script (for winevdm)
## AmiPro 3.0 on Windows 10
AmiPro can be used on Windows 10 (without VM) by installing winevdm: https://github.com/otya128/winevdm
* Go [here](https://ci.appveyor.com/project/otya128/winevdm) and click `Environment: THIS_BUILD_IS_RECOMMENDED__VCXPROJ_BUILD=1`-> `Artifacts 1`-> `zip` to download the latest version.
## Bug: Launching files via explorer
Unfortunately, launching files from the windows explorer does not work as excepted and AmiPro crashes (on some machines).
As long as https://github.com/otya128/winevdm/issues/856 is not fixed, you can use the start-script and START2.smm macro to circumvent this issue.
### Installing
* Install AmiPro in `C:\AMIPRO`
* Copy the `START2.SMM` file into `C:\AMIPRO\MACROS` (or MAKROS)
* Launch AmiPro and goto Extras -> Settings. Set the `START2.SMM` macro as launch/start script
* Copy the `start-script.bat` to a known location (e.g. `C:\`)
* Right click on a .sam file and set the default start application to the `start-script.bat`
* Done.