|
-
Nov 6th, 2000, 08:32 AM
#1
Thread Starter
Lively Member
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?
-
Nov 6th, 2000, 08:35 AM
#2
Use the FileCopy function.
Code:
FileCopy "MyFile.exe", "MyNewFile.exe"
-
Nov 6th, 2000, 08:36 AM
#3
Use FileCopy. I think it was like
Code:
FileCopy(SourceFile, DestinationFile)
-
Nov 6th, 2000, 08:37 AM
#4
Should I remove my reply?
-
Nov 6th, 2000, 08:40 AM
#5
Thread Starter
Lively Member
-
Nov 6th, 2000, 08:42 AM
#6
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|