Jump to content

noomsybaby

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About noomsybaby

noomsybaby's Achievements

0

Reputation

  1. First Thanks Tommy excellent tool (and all other contributers) I have found a problem tho if you use advanced server it doesn't detect that it is the server version. A quick mod of the script file as below will fix this problem. the additions are in bold FINDSTR /I WINDOWS SOURCE\I386\PRODSPEC.INI>WORK\VERSION.TXT FOR /F "TOKENS=2,3* DELIMS=, " %%I IN (WORK\VERSION.TXT) DO ( SET V1=%%I SET V2=%%J SET V3=%%K ) IF "%V1%"=="2000" SET VERSION=2000 IF "%V2%"=="2000" SET VERSION=2000 IF "%V2%"=="Server" SET SERVER=SERVER IF "%V3%"=="Server" SET SERVER=SERVER IF "%V1%"=="XP" SET VERSION=XP IF "%V2%"=="XP" SET VERSION=XP IF "%V1%"=="2003" SET VERSION=2003 IF "%V2%"=="2003" SET VERSION=2003 this is just under the call folderprep statement Regards Nelly
×
×
  • Create New...