Replies: 1 comment
|
This works for me. I can't get spct.exe to create a directory. Also spct.exe doesn't seem to output names with spaces. ¯_(ツ)_/¯ So: spct A:\Escape.spc testing will output testing.wav to the same directory as my .spc files. Me personally, I use OpenMPT Module Decoder in foobar and transcode from there. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hygge hejsa Executor Team,
Space-separated values will mess up parameter values, such as file paths.
For example, I have the command:
S:\spct.exenamed:
spctand the parameters:
render -s 120 $P1$ "S:\export\$P2$.wav"And I would write: (copying a file path using ctrl+shift+c)
spct "S:\SNES music\Song WIP.spc" Song FinalBut since my file path contains spaces here,
$P2$parameter becomes something likemusic\Maininstead ofSong Finalbecause Executor is space-separating the parameter values.Is there a way around that, or is this a feature suggestion?
All reactions