@dink, can you explain what feature is this and how to use it?
**neocd from commandline feature
Hi,
It allows for running a neocd game from the command-line or drag-n-drop,
for example:
fbneo "e:\isos\Puzzle Bobble ~ Bust-A-Move (Japan) (En,Ja).cue"
.. to start windowed instead of fullscreen, add -w parameter to the end, like:
fbneo "e:\isos\Puzzle Bobble ~ Bust-A-Move (Japan) (En,Ja).cue" -w
or drag-n-drop the .cue file onto your fbneo icon, and it'll start fullscreen.
since its impossible to add a parameter with drag-n-drop, a little batch file can be made to
start windowed, save this as fbneo_windowed.bat, then make an icon for it and place it where you want
@echo off
%~dp0fbneo.exe %* -w
best regards,
- dink