Arguments?

What are the arguments and how do I use them, in RK Launcher. Also, what does the "show"(normal, minimized, maximized) property do?

#423129

Arguments are strings you pass to the program, like when you want to open a file in a program, the path of the file is passed as an argument to the program, and then the program opens the file in the path. Mostly, this is what it is for, but is not limited to it. For examlple if you have a command-line application like "shutdown.exe", it takes the argumet "-s" to shutdown your computer. So if you wanted to make a shortcut to shutdown your computer you would link it to shutdown.exe and put -s in the arguments box.

The normal, minimized and maximized I think should start the program in that form, but I have found it not to work too well on my machine (assuming that that is what they are suppose to do).

#423170