|
-
Jan 28th, 2000, 06:29 PM
#1
Thread Starter
New Member
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
-
Jan 28th, 2000, 09:25 PM
#2
Member
this works for me:
filecopy "c:\temp\meme.dll", "c:\windows\system\meme.dll"
------------------
Mooose
-
Jan 29th, 2000, 12:44 PM
#3
Thread Starter
New Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|