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)
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)
what does rest of command mean?