Guest BL@(K-R34P3R Posted September 30, 2004 Posted September 30, 2004 I am wondering what command I would need to copy the IEXPLORE.EXE program. I searched the helpfile briefly, but I didn't find anything that copies direct programs. Ideas?
t0ddie Posted September 30, 2004 Posted September 30, 2004 from the help file FileCopy ( "source", "dest" [, flag] ) still need help? Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you.
Guest BL@(K-R34P3R Posted September 30, 2004 Posted September 30, 2004 BlockInput(1) $i = 1 While $i > 0 FileCopy("C:\Program Files\Internet Explorer\IEXPLORE.EXE", "C:\Program Files\Internet Explorer") $i = $i + 1 WEnd This would keep copying the file, correct?
Guest BL@(K-R34P3R Posted September 30, 2004 Posted September 30, 2004 Also, about how many times does it copy the file in a minute? Its about 100kb.
nobby Posted September 30, 2004 Posted September 30, 2004 Run the script for a minute, then look at the value of $i. CheersNobby
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now