I have partitioned my usb drive to look like a cd (partition A) and a normal thumb drive(partition B). I want the cd(A) to auto run a visual studio program that will look for the other partition on my thumb drive(B) and launch another visual studio program that i have made.
So it goes
Cd >autorun >visual studio app >search for other partition> launch other visual studio app.
This would be easy if i assigned drive letters to the drives but since im going to be using this on many different computers i cant do it every time.
So it comes down to this. Is there a way i can search for a second partition from visual studio and then launch another program on that partition?