Jump to content

thuun derboy

Member
  • Posts

    111
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About thuun derboy

  • Birthday 06/06/1971

Contact Methods

  • Website URL
    http://thuun.boot-land.net

Recent Profile Visitors

1,721 profile views

thuun derboy's Achievements

0

Reputation

  1. to use just a single cmd to perform the diskpart funtions; try somthing like... @echo off ver set script=%temp%\vdisk.txt >"%script%" echo create vdisk file=c:\Win7_x86.vhd maximum=%1 >>"%script%" echo select vdisk file=c:\Win7_x86.vhd >>"%script%" echo attach vdisk >>"%script%" echo exit diskpart /s "%script%" info on above: cmd is part of my windows 7 vhd based setup script placed in the pe system32 dir.
  2. XP SP3 Has a BLACK SCREEN OF DEATH.
×
×
  • Create New...