The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    help me understand this string for recovery

    Discussion in 'Acer' started by lloco73, Aug 6, 2007.

  1. lloco73

    lloco73 Notebook Consultant

    Reputations:
    0
    Messages:
    143
    Likes Received:
    0
    Trophy Points:
    30
    please help me understand this

    for recovery we have this files on the dvd's
    Code:
    [U]cd2d.cmd[/U]
    @ECHO OFF
    ECHO Prepare Acer system partition
    ECHO Please wait for several seconds.
    DISKPART /S X:\CD2D.TXT >>nul
    ECHO ON
    
    cd2d.txt
    Code:
    SELECT DISK 0
    SELECT PARTITION 1
    DELETE PARTITION NOERR
    SELECT PARTITION 1
    DELETE PARTITION NOERR
    CREATE PARTITION PRIMARY NOERR
    ASSIGN LETTER=D NOERR
    EXIT
    there are other files but for now how can i make from this files to boot from the hidden partition?