Results 1 to 9 of 9

Thread: Copy file ..from plyce to plyce

  1. #1

    Thread Starter
    Addicted Member Incures's Avatar
    Join Date
    May 2006
    Location
    south afrika
    Posts
    205

    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

  2. #2
    Oi, fat-rag! bushmobile's Avatar
    Join Date
    Mar 2004
    Location
    on the poop deck
    Posts
    5,592

    Re: Copy file ..from plyce to plyce

    VB Code:
    1. ' to copy:
    2. FileCopy [I]strSource[/I], [I]strDestination[/I]
    3.  
    4. ' to move:
    5. Name [I]strSource[/I] As [I]strDestination[/I]

  3. #3

    Thread Starter
    Addicted Member Incures's Avatar
    Join Date
    May 2006
    Location
    south afrika
    Posts
    205

    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?

  4. #4
    Oi, fat-rag! bushmobile's Avatar
    Join Date
    Mar 2004
    Location
    on the poop deck
    Posts
    5,592

    Re: Copy file ..from plyce to plyce

    Quote Originally Posted by Incures
    thx alot this is the 3th time u help me :P.
    no probs
    Quote Originally Posted by Incures
    man how can i add location to the startup?
    i don't understand what you mean by that...

  5. #5
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390

    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"

  6. #6

    Thread Starter
    Addicted Member Incures's Avatar
    Join Date
    May 2006
    Location
    south afrika
    Posts
    205

    Re: Copy file ..from plyce to plyce

    i want to run it in startup

  7. #7
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390

    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"

  8. #8

    Thread Starter
    Addicted Member Incures's Avatar
    Join Date
    May 2006
    Location
    south afrika
    Posts
    205

    Re: Copy file ..from plyce to plyce

    Quote Originally Posted by Static
    so when windows starts.. this runs?
    yes...

  9. #9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width