crossgrid
Oct 7 2004, 10:04 AM
Hi,
Here is what i wanted to do. I wanted to load diskpart mydisk.txt and modify it to change a value within the text file. I wrote a vbscript that reads in the file and changes the field but mydisk.txt is on the cd so it is read only. So I was wondering if there was like a memory loader for WinPE with tutorials.
i'm making great progress love this forum
TIA
likuidkewl
Oct 7 2004, 12:43 PM
Do you mean adding a RAM disk, if so I believe it was Spawn who posted a great little tutorial on how to do this.
edg21
Oct 8 2004, 12:05 AM
ribond
Oct 20 2004, 07:07 PM
For the record, you can also substitute environment variables for settings in your diskpart.cfg file.
ex:
set disk=0
set part=1
:diskpart.cfg
sel dis %dis%
sel par %par%
hth