Jump to content

Recommended Posts

Guest BL@(K-R34P3R
Posted

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?

Posted

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

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

Also, about how many times does it copy the file in a minute? Its about 100kb.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...