0

I'm wondering if there's any way to set an existing batch file to run on windows startup from within Java code. If not using Java, perhaps another language?

Raedwald
  • 46,613
  • 43
  • 151
  • 237
Dan C
  • 66
  • 3

1 Answers1

0

You could just put the file inside C:\Users\yourname\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup A faster way to find it is using windos key + r -> then type shell:startup

error 40
  • 17
  • 8