Make sketch start when I turn on my Computer

Hi,

I have made a processing sketch, and am wondering how I use the export application button in the file,toolbar. I know if I want a program to run on start up I can paste a shortcut in the start up in the start menu.

don't understand your question

SO i made a processing sketch. Say for example, if the power goes out, my computer would turn on when the power come back, but the sketch wont load up. IS there a way to make the sketch automatically start once my computer starts?

If I am understanding your question correctly, you would like your computer to start Processing and load a sketch on boot.

I don't use Processing myself, so I can't give specifics, but I can point you in two directions to look:

  • See if Processing can be run from the command line, with both a file name and a "Run now" kind of flag.
  • Use Auto-It to load Processing, load the Sketch and then execute.