Jump to content

Copying Files


Guest BL@(K-R34P3R
 Share

Recommended Posts

Guest BL@(K-R34P3R

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?

Link to comment
Share on other sites

Guest BL@(K-R34P3R

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?

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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