So I'm trying to get SSF launching and exiting correctly through Maximus Arcade. I am using Alcohol 120 because Daemon Tools won't install on my computer for some reason. I got SSF launching and the correct game mounting, but I can't for the life of me figure out how to unmount with a batch file. I got one at one point working with this command line:
@echo off
"C:\Program Files (x86)\Alcohol Soft\Alcohol 120\AxCmd.exe" AxCmd.exe D: /U
Virtual drive is D: and that is the correct path to the .exe
But it randomly stopped working. Or maybe I changed something. Either way, could anyone help me out? I think if I can get Maximus Arcade to run the batch file Post-Launch, then just have it close all processes, that will get me set up to load a new game. Right now, it will load the first game but when I exit and choose a different game, it gives an error and just starts the first game again because it never un-mounted. Thanks!