2016-03-28, 10:15
Boot WinPE via wimboot like this:
Can I get the contents of somedata.dat inside WinPE? Somehow?
Is there any method to achieve this?
Code:
#!ipxe
kernel wimboot
initrd boot/bcd BCD
initrd boot/boot.sdi boot.sdi
initrd sources/boot.wim boot.wim
initrd /scripts/dosomething.aspx somedata.dat
boot
Is there any method to achieve this?