none
XPMode: Accessing Data from the HOST RRS feed

  • Frage

  • Hi,

    I am running Windows Virtual PC with XPMode on Windows7 Ultimate x64.
    Using XPMode I would like to access data stored on host's hard drive.

    This is no problem using Windows Explorer or any other graphical app.

    But how do I access host's hard drive using the commandline ?
    Reason: I'd like to setup a script to sync favorites between the host and the XPMode client.

    br
    Chris
    Donnerstag, 22. Oktober 2009 12:13

Antworten

  • Moin Moin Chris,

    versuch mal sowas in der Art:

    @echo off
    
    echo > c:\script.scr select vdisk file="c:\path\yourvdisk.vhd"
    echo >> c:\script.scr attach vdisk
    diskpart /s c:\script.scr
    c:\yoursyncscript.scr
    Wenn die Kiste laufen sollte, spricht auch nichts gegen eine ganz normale Kopieraktion über administrative Freigaben.

    Gruß,

    Michael
    lernschmiede.de
    Donnerstag, 22. Oktober 2009 19:25

Alle Antworten

  • Hi Chris

    IMHO
    you can't use "cmd" directly because the conncetion between XP and W7 Host is running by RDP and not SMB
    Gruß Ralph Andreas Altermann
    Donnerstag, 22. Oktober 2009 19:00
  • Moin Moin Chris,

    versuch mal sowas in der Art:

    @echo off
    
    echo > c:\script.scr select vdisk file="c:\path\yourvdisk.vhd"
    echo >> c:\script.scr attach vdisk
    diskpart /s c:\script.scr
    c:\yoursyncscript.scr
    Wenn die Kiste laufen sollte, spricht auch nichts gegen eine ganz normale Kopieraktion über administrative Freigaben.

    Gruß,

    Michael
    lernschmiede.de
    Donnerstag, 22. Oktober 2009 19:25