This instructable has been removed by the author.
45
comments
|
Add Comment
|
CREATE A VBS SCRIPT WITH THIS IN IT
do
DIM objShell
set objShell = wscript.createObject("wscript.shell")
iReturn = objShell.Run("CMD /C loop.vbs", background , True)
loop
CREATE A NEW VBS SCRIPT CALLED loop AND PUT THIS INSIDE
do
loop
No it won't, because "%0" is the direct path to the batch file. But, like every other problem, there are ways around this. I am very busy at the moment, so get Padlock to help you!
![]() |









































