|
-
Sep 11th, 2006, 09:05 AM
#1
Thread Starter
Addicted Member
Copy file ..from plyce to plyce
if i have file that i want my software to move him for exaple:
C:\Filename.txt
to
C:\temp\Filename.txt
what can i do?
thx alot
-
Sep 11th, 2006, 09:07 AM
#2
Re: Copy file ..from plyce to plyce
VB Code:
' to copy:
FileCopy [I]strSource[/I], [I]strDestination[/I]
' to move:
Name [I]strSource[/I] As [I]strDestination[/I]
-
Sep 11th, 2006, 09:10 AM
#3
Thread Starter
Addicted Member
Re: Copy file ..from plyce to plyce
thx alot this is the 3th time u help me :P.
man how can i add location to the startup?
-
Sep 11th, 2006, 09:14 AM
#4
Re: Copy file ..from plyce to plyce
 Originally Posted by Incures
thx alot this is the 3th time u help me :P.
no probs
 Originally Posted by Incures
man how can i add location to the startup?
i don't understand what you mean by that...
-
Sep 11th, 2006, 09:14 AM
#5
Re: Copy file ..from plyce to plyce
what do u mean add location at startup?
ask the user? code it in? run it at startup? please explain more...
JPnyc rocks!! (Just ask him!)
If u have your answer please go to the thread tools and click "Mark Thread Resolved"
-
Sep 11th, 2006, 09:21 AM
#6
Thread Starter
Addicted Member
Re: Copy file ..from plyce to plyce
i want to run it in startup
-
Sep 11th, 2006, 09:26 AM
#7
Re: Copy file ..from plyce to plyce
so when windows starts.. this runs?
JPnyc rocks!! (Just ask him!)
If u have your answer please go to the thread tools and click "Mark Thread Resolved"
-
Sep 11th, 2006, 09:30 AM
#8
Thread Starter
Addicted Member
Re: Copy file ..from plyce to plyce
 Originally Posted by Static
so when windows starts.. this runs?
yes...
-
Sep 11th, 2006, 10:00 AM
#9
Re: Copy file ..from plyce to plyce
doing a search should yield lots of results.
this one, for instance:http://www.vbforums.com/showthread.php?t=235195
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
|