captainys / TOWNSEMU

FM Towns Emulator "Tsugaru"
BSD 3-Clause "New" or "Revised" License
247 stars 18 forks source link

Start over commandline doesnt accept spacings #98

Open Solitair69 opened 1 year ago

Solitair69 commented 1 year ago

Starting Tsugaru_CUI.exe with commandline only accepts paths without any Spaces in the paths

pinterior commented 1 year ago

need to quote paths contain spaces with "".

for example:

.\build\x64-Release\main_cui\Tsugaru_CUI.exe "..\fm towns\rom" -CD "..\fm towns\images\file with space.iso"
Solitair69 commented 1 year ago

oh thx