Results 1 to 3 of 3

Thread: Copying files within VB

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Posts
    8

    Post

    I need to copy a file (meme.dll) from a dir, (c:\temp) to the windows system dir (c:\windows\system) but if there already is a file called meme.dll in the system dir, i want that file to be overwrtitten by VB autmatically , is this possible ???


    Thanx, DrBoz

  2. #2
    Member
    Join Date
    Jan 2000
    Location
    Launceston, Tasmania, Australia
    Posts
    44

    Post

    this works for me:

    filecopy "c:\temp\meme.dll", "c:\windows\system\meme.dll"

    ------------------
    Mooose

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Posts
    8

    Post

    thx

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