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
Printable View
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
VB Code:
' to copy: FileCopy [I]strSource[/I], [I]strDestination[/I] ' to move: Name [I]strSource[/I] As [I]strDestination[/I]
thx alot this is the 3th time u help me :P.
man how can i add location to the startup?
no probsQuote:
Originally Posted by Incures
i don't understand what you mean by that...Quote:
Originally Posted by Incures
what do u mean add location at startup?
ask the user? code it in? run it at startup? please explain more...
i want to run it in startup
so when windows starts.. this runs?
yes...Quote:
Originally Posted by Static
doing a search should yield lots of results.
this one, for instance:http://www.vbforums.com/showthread.php?t=235195