A better way to synch two files than "copy and paste"?

Discussion in 'Windows Virtual Machine' started by Terry2, Aug 16, 2018.

  1. Terry2

    Terry2 Junior Member

    Messages:
    10
    My guest OS is Windows 7, and my Mac runs Parallels Desktop 13 in High Sierra. I have two data files that are nested six levels deep on the C:\ drive in my vm. I want to facilitate synchronizing these two files to update their older versions located in a dedicated folder on my Mac side.

    These two data files are very important to my work, and my only reason for Windows is to host their apps. I'm reasonably confident my present backup regime for the Mac would save my projects through the TM and the CCC backups done there. But, I really want to have these two data files visible in a directory on the Mac side and in a stand-alone form where, if necessary, I could load them onto a USB stick and go to a family member's PC (with the apps already running) and so to recreate the present state of my projects.

    Right now, I'm copying and pasting each of them from the C:\ drive file structure on my vm into a dedicated folder in my Mac's file structure. This works fine; however, it is cumbersome and may need to be repeated several times during a busy day. I haven't used Parallels long enough to try any method other than copy and paste while Windows is running. I hope to hear from forum members that there's a really easy, reliable way to automate this. Am I being unrealistic?

    Thanks for taking a look at this and for any ideas you think may be helpful.
     
  2. RogerH6

    RogerH6 Hunter

    Messages:
    219
    The obvious answer is just to write a .cmd file.
     
  3. Terry2

    Terry2 Junior Member

    Messages:
    10
    Thanks, RogerH6, I appreciate your replying and your suggestion. While I envy those who are technically proficient, I am aware that there are some things I should avoid -- writing instructions being one. Perhaps there is another way. If a .cmd file turns out to be the only route, I may give it a try, but so far even learning AppleScript has eluded me!
     
  4. RogerH6

    RogerH6 Hunter

    Messages:
    219
    It's not exactly going to be complex. Something like

    copy c:\guest\*.* whatevermacdriveiscalled\dedicatedfoldername

    save as 'move.cmd'
     
  5. Terry2

    Terry2 Junior Member

    Messages:
    10
    Sorry for the delay in acknowledging your help, RogerH6. Now that I've returned to home base, I'll give it (or "something like" it) a try. Thanks!
     

Share This Page