Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lmms -d is not possible on Windows #4145

Closed
tresf opened this issue Jan 31, 2018 · 1 comment
Closed

lmms -d is not possible on Windows #4145

tresf opened this issue Jan 31, 2018 · 1 comment
Labels

Comments

@tresf
Copy link
Member

tresf commented Jan 31, 2018

This may be wontfix if we implement #3981, but on Windows, lmms -d and lmms --dump does not work in a Windows environment due to the lack of console output. lmms -d should take an optional parameter to specify the output file (rather than blindly assuming that output redirection is available).

@tresf
Copy link
Member Author

tresf commented Apr 4, 2018

Turns out this feature works just fine with the > character. I made an invalid assumption that the console wasn't dumped, but it appears to work just fine on Windows 10 through cmd.

"%programfiles%\LMMS\lmms.exe" -d "%programfiles%\LMMS\data\projects\demos\DnB.mmpz" > "%userprofile%\Desktop\DnB.mmp"

@tresf tresf closed this as completed Apr 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants