Add basic AUTORUN capability to your A: drive (Put autorun filename as first line of AUTORUN.INF)
Add basic AUTORUN capability to your A: drive (Put autorun filename as first line of AUTORUN.INF)
Rate Add basic AUTORUN capability to your A: drive (Put autorun filename as first line of AUTORUN.INF)
(2(2 Vote))
Me.Visible = False
Timer1.Interval = 1000
End Sub
Sub Timer1_Timer ()
Dim f,d
On Error Goto EndSub
f = FreeFile
Open "A:\autorun.inf" For Input As f
Line Input #1, d
Close f
GetAttr f
Shell f
EndSub:
End Sub
Add basic AUTORUN capability to your A: drive (Put autorun filename as first line of AUTORUN.INF) Comments
No comments yet — be the first to post one!
Post a Comment