Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - JeffreyFisher

Pages: [1]
1
Scripting / Re: demulshooter plugin
« on: August 16, 2023, 02:30:02 AM »
One way is to use a batch file. A batch file is a text file that contains a series of commands that can be executed by the computer. You can create a batch file that launches the emulator and DemulShooter.exe. To do this, open a text editor and enter the following lines:

start emulator.exe
start demulshooter.exe -target=[target] -rom=[rom]
Replace emulator.exe with the name of the emulator that you want to use, and replace [target] and [rom] with the appropriate values. Save the file as a .bat file and then double-click on it to run it.

Another way to launch two programs after you choose a ROM/game is to use a hotkey. A hotkey is a combination of keys that can be used to execute a command. You can configure your operating system to launch the emulator and DemulShooter.exe when you press a specific combination of keys. To do this, open the keyboard settings for your operating system and add a new hotkey that launches the batch file that you created in the previous step.

Finally, you can also use a third-party software to launch two programs after you choose a ROM/game. There are many different software programs that can do this, such as AutoHotkey and Launchy. These programs allow you to create custom macros that can be used to launch programs and websites.

Pages: [1]