ik heb een *.pqi file die ik via een cd-rom auto wil terug zetten,
ik las de RTFM maar hij werkt niet,
in de autoexec.bat zeg maar heb ik dan :
cd pqdi
PQDI /CMD=A:\RESTORE.SCR /IMG=P:\PROFNL\PROFNL.PQI /NBS
en in de restore.scr :
SELECT DRIVE 1
// Delete the existing partition (Note: All comment lines in the script file begin with a //)
DELETE ALL
SELECT FREESPACE FIRST
SELECT IMAGE 1
// Take up the whole drive, just like the original partition did.
RESIZE IMAGE PROPORTIONAL
RESTORE
help enso
ik las de RTFM maar hij werkt niet,
in de autoexec.bat zeg maar heb ik dan :
cd pqdi
PQDI /CMD=A:\RESTORE.SCR /IMG=P:\PROFNL\PROFNL.PQI /NBS
en in de restore.scr :
SELECT DRIVE 1
// Delete the existing partition (Note: All comment lines in the script file begin with a //)
DELETE ALL
SELECT FREESPACE FIRST
SELECT IMAGE 1
// Take up the whole drive, just like the original partition did.
RESIZE IMAGE PROPORTIONAL
RESTORE
help enso