Automatic Startup?

This is my question,

How would you go about being able to start up ppython to automatically start your .py file?

If it wasn’t explained enough here’s an example,

Someone would click the excutable and it would load up your program. :confused:

On windows, you would have to create a shortcut. The shortcut would contain the command you want to execute. This is how I put the panda sample programs into the start menu. So the user wouldn’t click on the executable, they’d click on the shortcut.

On linux, you would have to create a shell script. Again, the shell script would contain the command you want to execute.