Go Back   Forums > Abandonia.com > Troubleshooting
Memberlist Forum Rules Search Today's Posts Mark Forums Read
Search Forums:
Click here to use Advanced Search

Reply
 
Thread Tools Display Modes
Old 03-08-2014, 07:40 AM   #11
zirkoni
Game Wizzzzzzard
 
zirkoni's Avatar

 
Join Date: Oct 2007
Location: Tampere, Finland
Posts: 508
Default

Quote:
Originally Posted by Japo View Post
In VPC you can just copy files between the host and the guest by drag'n dropping, as long as the optional integration features are installed.
You can also mount the vhd files with Windows disk manager. After mounting the disk image you can browse the files in Windows Explorer just like any HDD.

I have added the mount/unmount scripts in the "SendTo" folder so I can right click on a vhd file to mount it.

Mount script:
Code:
@ECHO OFF
TITLE Mount VHD
ECHO Mount VHD
ECHO.
ECHO.

SETLOCAL

SET DiskPartScript="%TEMP%\DiskpartScript.txt"

ECHO SELECT VDISK FILE="%~1" > %DiskPartScript%
ECHO ATTACH VDISK >> %DiskPartScript%

DiskPart /s %DiskPartScript%

ENDLOCAL
Unmount script:
Code:
@ECHO OFF
TITLE Unmount VHD
ECHO Unmount VHD
ECHO.
ECHO.

SETLOCAL

SET DiskPartScript="%TEMP%\DiskpartScript.txt"

ECHO SELECT VDISK FILE="%~1" > %DiskPartScript%
ECHO DETACH VDISK >> %DiskPartScript%

DiskPart /s %DiskPartScript%

ENDLOCAL
That's what I use to move files between the host and virtual machine.
__________________
www.youtube.com/@zirkoni42
zirkoni is offline                         Send a private message to zirkoni
Reply With Quote
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
Elder Scroll: Daggerfall ResR Troubleshooting 8 03-10-2013 07:11 PM
Problem with forums, cannot scroll pages. Taz Devil Old Suggestions 4 28-12-2007 02:51 PM
Game Speed Problem - Soe third spearman from the left Troubleshooting 4 16-04-2006 06:43 AM
Html Scroll To: Bobbin Threadbare Tech Corner 2 28-02-2006 05:48 AM
Speed Problem With Settlers 2 BetOG Troubleshooting 10 29-05-2005 04:04 PM

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Forum Jump
 


The current time is 09:08 PM (GMT)

 
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.