- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I tied to use "CreateProcess" to copy file and theCMDLINE is like:
CMDLINE= 'Copy file1.txt file2.txt'
Hoever it didn't work. Is there a way to copy file by using "CreateProcess"?
CMDLINE= 'Copy file1.txt file2.txt'
Hoever it didn't work. Is there a way to copy file by using "CreateProcess"?
Thanks!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You'd be better off using ShellExecute, but there is also a CopyFile routine. See the samples under Miscellaneous\CopyFolder. CreateProcess probably could be used, but it's more complicated to set up.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page