Results 1 to 6 of 6

Thread: Duplicating a file

  1. #1

    Thread Starter
    Lively Member Skateboarder's Avatar
    Join Date
    Nov 2000
    Location
    Delfzijl, the Netherlands
    Posts
    66

    Question

    How do I make a copy of a file, or duplicate it, sort of the dos command copy "file.exe > file2.exe"? Can anybody help me?

  2. #2
    Guest
    Use the FileCopy function.
    Code:
    FileCopy "MyFile.exe", "MyNewFile.exe"

  3. #3
    Guest
    Use FileCopy. I think it was like
    Code:
    FileCopy(SourceFile, DestinationFile)

  4. #4
    Guest
    Should I remove my reply?

  5. #5

    Thread Starter
    Lively Member Skateboarder's Avatar
    Join Date
    Nov 2000
    Location
    Delfzijl, the Netherlands
    Posts
    66

    Thanx

    Thanx again megatron...


  6. #6
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    Use Name to rename/move a file and kill to delete one.
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width