What is the correct code to open a program inside another folder using autorun? say the computer assigns the drive as D:, and thus the program would be at D:\folder\program.exe then would the command be

open=.\folder\program.exe

?

link|improve this question
Try asking this question on the superuser site. This isn't a programming question. – David Dec 28 '10 at 0:48
feedback

migrated from stackoverflow.com Dec 28 '10 at 2:41

This question came from our site for professional and enthusiast programmers.

1 Answer

I would think it would just be:

open=folder\program.exe
link|improve this answer
feedback

Your Answer

 
or
required, but never shown