User Tag List

Results 1 to 7 of 7

Thread: Copy files and directories

  1. #1
    No Products Registered

    Join Date
    Jun 2006
    Posts
    68
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Copy files and directories

    I need create an temp folder under windows folder, then copy in these folder various directories with files and subdirectories. I try with the File Object but I not see an option for copy subfolders.

    Somebody can help me
    Thanks.

  2. #2
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Oct 2006
    Location
    In a Dark room with only a lamp
    Posts
    367
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Copy files and directories

    i wrote a btach script which you can call up in mmf2 to do this for you. it will make all the relevant directories and copy the files in for you. i can create you one if you like.

  3. #3
    No Products Registered

    Join Date
    Jun 2006
    Posts
    68
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Copy files and directories

    Some samples...

  4. #4
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Oct 2006
    Location
    In a Dark room with only a lamp
    Posts
    367
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Copy files and directories

    such as... i am working on an autorun for a utility cd for my family and friends and some of the files require copying to the c drive but i couldn't find an extension to do this for me so i wrote a batchscript to do it for me.

    try this

    open notepad and type:
    md c:\"test folder"
    copy (insert location of folder to copy) c:\"test folder"\

    save as copy.bat and run

  5. #5
    No Products Registered

    Join Date
    Jun 2006
    Posts
    68
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Copy files and directories

    Thanks

    but I thinks that if MMF2 developer is not able to make these simple actions inside the file object or similar. We are long to develop serious aplications.

  6. #6
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Oct 2006
    Location
    In a Dark room with only a lamp
    Posts
    367
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Copy files and directories

    you could always try the sphax-file folder object

  7. #7
    No Products Registered

    Join Date
    Jun 2006
    Posts
    68
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Copy files and directories

    I need make these operations in Silent Mode, the user not able to open folder for copy in another location.

Similar Threads

  1. Copy files in a directory into another
    By K1kk0z90 in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 11th January 2012, 10:54 AM
  2. way to copy a folder and its sub folders and files
    By BrashMonkey in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 12th September 2010, 07:48 PM
  3. IC - Exclude files in hidden directories
    By DagSa in forum Install Creator and Patch Maker
    Replies: 1
    Last Post: 8th February 2010, 12:55 PM
  4. Using IC to copy thousands of files from CD to HD
    By mmcap in forum Install Creator and Patch Maker
    Replies: 6
    Last Post: 31st March 2008, 05:22 PM
  5. Installing two files to separate directories
    By laurim in forum Install Creator and Patch Maker
    Replies: 2
    Last Post: 7th January 2007, 02:50 PM

Posting Permissions

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