Autorun.inf
Autorun.inf
(OP)
Sorry if this is a bit below this forum's normal IQ level, but here goes:
While writing an Autorun.inf file for a CD, how do I test it, without burning a CD? MSDN doesn't seem to cover that part. I never get it right on the first try!
Thanks
While writing an Autorun.inf file for a CD, how do I test it, without burning a CD? MSDN doesn't seem to cover that part. I never get it right on the first try!
Thanks
STF





RE: Autorun.inf
RE: Autorun.inf
STF
RE: Autorun.inf
--
pansophic
RE: Autorun.inf
RE: Autorun.inf
RE: Autorun.inf
RE: Autorun.inf
Open a DOS prompt. Create a virtual drive with..
C:\SUBST L: C:\ReleaseTest
This will create a drive with a label "L". You can see it in win also. To delete vir.drv just type "SUBST L: /D" in dos prompt.
Hope this helps.
PF J
RE: Autorun.inf
Jos.