Message Board
Register

Re: About linux users

Posted by pezpmocuivunmnx on .
It means the rest of the command goes there (flags, file paths, etc.) assuming there *is* more to the command. If you are using an exe with no required parameters, you would not put anything for "rest of command"

IE: If I want to convert "game.nkit.iso" to "game.iso", I would run "mono ConvertToISO.exe game.nkit.iso" (or replace "mono" with "wine" if you want to use that instead)

In reply to: Re: About linux users posted by Jenoh on .
what does rest of command mean?