Poco Script FAQ - Running a script at startup from my desktop icon

Poco Script FAQ - Running a script at startup from my desktop icon

Q: I would like to execute a script at startup by adding the /r parameter. How do I do submit this option to a desktop icon?
 
A: Right click on the icon and select "Properties", click on the "Shortcut" tab and add the "/r scriptname" to the end of the "Target" field (replacing "scriptname" with the name of the script you want to launch without the ".poc" extension).

For example, to run the "About Poco Script" script the target would look like:

...\poco.exe /r "About Poco Script" (Note the use of double quotes (") around the script name. This is necessary if the name of the script contains blank characters.