Results 1 to 3 of 3

Threaded View

  1. #1
    Ahmed-'s Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    In The Dark
    Posts
    75
    Reputation
    10
    Thanks
    90

    Autoit Third Tutorial - File Copy Condition

    Hello MPGH Users!
    ------------------------------
    FileCopy ( "source", "dest" [, flag] )
    Source : Is The Path Of File
    Dest : The Path of the New Place
    Flag : 0 If the File Exists Don't Replace (Default)
    1 If The File Exists Then Replace it
    8 Create A New Directory if the directory not exists
    Tip : Anything Between [ ] It's Optional You Can Let it Empty
    -----------------------------------------------------------------
    This is To Copy The Winrar From Program Files To Desktop
    FileCopy (@ProgramFilesDir&"\WinRAR\WinRAR.exe" @desktopDir)

    ---------------------------------------------------------
    This copy all the files inside the winrar folder From The Program files to Desktop Folder Called Ahmed-
    FileCopy(@ProgramFilesDir&"\WinRAR\*.*" @desktopDir&"\Ahmed-\",8+1)
    ---------------------------------------------------------------------------
    *.* Means Any File Types Is Found Copy it (html, exe, des, anything)
    *.html Means Any Files It's Type is html copy it
    etc....
    -------------------------------------------------------------------------------------------------
    This Copy The Favourite Folder To Desktop Folder Called Ahmed-
    FileCopy(@FavoritesDir&"\*" @desktopDir&"\Ahmed-\",8)

    -----------------------------------------------------------------------------------------------------------------
    Anything You Want More Explain About It There's Visitor Msg and Thread I Will Make
    Done...

    Last edited by Ahmed-; 10-29-2012 at 05:22 AM.

  2. The Following User Says Thank You to Ahmed- For This Useful Post:

    DarkSt0rmX (10-29-2012)

Similar Threads

  1. [Release] D3D Tutorials + Books + Copy of "Game Tutorials CD v1.38" !!! For begginers !!!
    By kmanev073 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 10
    Last Post: 03-30-2012, 06:56 PM
  2. AutoIT third coordinate?
    By Corntoast in forum Vindictus Help
    Replies: 8
    Last Post: 05-17-2011, 07:50 AM
  3. File copy
    By .::SCHiM::. in forum C++/C Programming
    Replies: 5
    Last Post: 09-17-2010, 11:14 AM
  4. [TUTORIAL] file corruption error fix.
    By IlOvEyoU- in forum CrossFire Tutorials
    Replies: 8
    Last Post: 08-21-2010, 02:40 AM
  5. [Release] Mpgh Rez File-copy tool[Updated]
    By Zoom in forum Combat Arms Mods & Rez Modding
    Replies: 2
    Last Post: 12-13-2009, 09:53 AM