CD Autorun feature for your program.
CD Autorun feature for your program.
Rate CD Autorun feature for your program.
(2(2 Vote))
Private Sub CDCheck_Timer()
On Error GoTo endofsub
ChDrive "C:" 'A hdd drive letter
ChDrive "D:" 'Your CD Drive letter
'begin autorun code here
MsgBox "there's a cd in da drive"
'end autorun code here
endofsub:
End Sub
CD Autorun feature for your program. Comments
No comments yet — be the first to post one!
Post a Comment