Integrate Tokens -data.dats

Discussion in 'Windows 8' started by gail, Sep 5, 2013.

  1. gail

    gail MDL Junior Member

    Feb 15, 2008
    93
    8
    0
    Please could anybody give me the exact details on how to Integrate my Tokens.dat and Data.dat to my installation DVD,i tried once but failed miserably thank you for your time;)
     
  2. gail

    gail MDL Junior Member

    Feb 15, 2008
    93
    8
    0
    Yes mate I have a Win 8 pro x64
     
  3. BTOR

    BTOR MDL Addicted

    Nov 18, 2009
    574
    584
    30
    then read all three thread first than, if you have doubt come and ask, we will help you

    if you dont say where you feel you are making mistake, it is hard for us to pinpoint it to you. besst of luck
     
  4. gail

    gail MDL Junior Member

    Feb 15, 2008
    93
    8
    0
    Hi mate cheers for swift reply its the lines below where im really confused don't know how to decipher

    copy e:\tokens.dat e:\mount\Windows\System32\spp\store\2.0 /y
    copy e:\data.dat e:\mount\Windows\System32\spp\store\2.0 /y

    If im reading it correctly E: is where the WIM is mounted so how do I copy the dat files from E, maybe in a different folder on E::eek:and then it goes in the Windows\System32\spp\store\2.0 in the wim file.......sorry to be a nube guys:whistle3:
     
  5. BTOR

    BTOR MDL Addicted

    Nov 18, 2009
    574
    584
    30
    very good,

    the wim is mounted to a folder e:\mount ie a folder called mount in drive E, along with the folder you should also have your *.dat files so theese files are being copied from drive e: to the mounted store\2.0 folder
     
  6. gail

    gail MDL Junior Member

    Feb 15, 2008
    93
    8
    0
    Cheers give it a go in the near future like now cheers
     
  7. gail

    gail MDL Junior Member

    Feb 15, 2008
    93
    8
    0
    ok tokens.dat copied successfully...but the system says it cannot find the data.dat file although it is in the same directory as the tokens any ideas mate:mad:
     
  8. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    In Folder Options visit 'View' Tab and enable the option to 'show hidden system files' and the 'show all hidden files and folders' checkbox :D.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. BTOR

    BTOR MDL Addicted

    Nov 18, 2009
    574
    584
    30
    #10 BTOR, Sep 5, 2013
    Last edited by a moderator: Apr 20, 2017
    try

    Code:
    xcopy "e:\data.dat" "e:\mount\Windows\System32\spp\store\2.0" /h
     
  10. gail

    gail MDL Junior Member

    Feb 15, 2008
    93
    8
    0
    Cheers guys it was BTOR xcopy that did the trick thanks to all now to make iso:biggrin: