7 posts
Posted 30 October 2012 - 07:31 PM
well for my program i need to copy and delete a file from my autorun.i do not have premission to do this . is there anyway to overwrite the premision and be able to do this with out having to do it manualy
264 posts
Location
Where you aren't
Posted 30 October 2012 - 08:00 PM
In the startup file simply use shell.run() to automatically run the program you want to run, no autorun folder needed!
2005 posts
Posted 31 October 2012 - 07:18 AM
Putting something in autorun would cause every computer on the server to have that program as a default startup program. If you're not running the server, then there's a good reason you're not allowed to do that.