Jump to content

sayyed.ali1981

Member
  • Posts

    15
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    India

About sayyed.ali1981

  • Birthday 04/24/1981

Contact Methods

  • Yahoo
    sayyed.ali1981@yahoo.co.in

Profile Information

  • OS
    Windows 7 x86

sayyed.ali1981's Achievements

0

Reputation

  1. Where to find this in win 7 dvd to edit, any 1 knows plz reply, This can be used in win pe.
  2. Hi guys, finally got the diskpart to work with cmd with full automated funcnality still in progress, almost 75% codeing has been done,check out the final.txt and comment on it for further editing. @ECHO OFF COLOR 9A :begin CLS ECHO. ECHO Welcome to Diskpart Which will create partition automaticaly ECHO Warning it will wipe your data completely ECHO If selected wrong disk be carefull while selecting ECHO off echo>list.txt echo>list.txt list disk @echo off diskpart -s list.txt @echo off SET /P disk= Choose a disk: if ‘%disk%’ == ‘5’ goto 5 if ‘%disk%’ == ‘4’ goto 4 if ‘%disk%’ == ‘3’ goto 3 if ‘%disk%’ == ‘2’ goto 2 if ‘%disk%’ == ‘1’ goto 1 if ‘%disk%’ == ‘0’ goto 0 goto error :error echo. echo The disk letter you entered was not recognized echo. pause goto begin :0 echo: echo>select.txt echo>select.txt select disk 0 @echo off diskpart -s select.txt echo. echo Would you like to Create a new partition. echo. echo Type C for Create partition or wanna edit volume echo Type E to see the volume SET /P ok= Choose a option: if ‘%ok%’ == ‘c’ goto yes if ‘%ok%’ == ‘C’ goto yes if ‘%ok%’ == ‘e’ goto no if ‘%ok%’ == ‘E’ goto no goto error :error echo. echo The letter you entered was not recognized echo. pause goto begin :no echo. echo Select volume echo be carefull will selecting echo. echo>volume.txt echo>volume.txt list volume @echo off diskpart -s volume.txt echo off set INPUT= set /P INPUT=Type input: %=% echo Your input was: %INPUT% pause echo select volume=%INPUT% >>selectvolume.txt diskpart -s selectvolume.txt :yes echo: echo>active.txt echo>active.txt active @echo off diskpart -s active.txt echo. echo Put size u want for partition.example size in 1024 mb echo The size will be in MB not GB echo. echo off set INPUT= set /P INPUT=Type input: %=% echo Your input was: %INPUT% pause echo CREATE PARTITION Primary Size=%INPUT% >>create part.txt goto error :error echo. echo The disk letter you entered was not recognized echo. pause goto begin :end echo Thank you for using this tool Del /f "list.txt" Del /f "volume.txt" Del /f "select.txt" pause exit final.txt
  3. to change the setup screen of vista,7,server08 1. convert ur image in 24 bitmap 2. replace it in boot.wim 2,install.wim of ur choice 3. edit spwizimg.dll, imgres.dll with reshack 4. change bitmap no 516,517,518 in spwizimg.dll 5. change bitmap all 5 no series in imgres.dll
  4. Boot manager compressed error solved have u compress the c: drive to make free space and got error Boot manager compressed press alt+ctl+del to restart now the problem is sollved boot from vista dvd click on repair, then goto command prompt then type notepad, whennotepad is open, click open file select my computer then right click on c: go to properties un check the compress box wait for while restart the pc ur boot manager error is solved
  5. startnet.cmd has no codes or script here is the sample, when u open startnet in notepad its shows winpeint all the files i putted in system32 here is the code i putted on startnet winpeint dispartmenu.cmd gimagex but startnet executes winpeint and gimagex but shows error on diskpartmenu.cmd
  6. hi guys i have created a diskpart cmd menu which have options and its create partition automatically download the attachment below, i need help startnet.cmd cannot execute my diskpart.cmd its shows not an internal or external command Disk.rar
  7. go to this link http://www.msfn.org/board/index.php?showtopic=134652 i created vista and server multi boot in a single dvd
  8. goto this link http://www.msfn.org/board/index.php?showtopic=134652
  9. 1> i had made 3 folders, distribution,s x86,v x86, and i copied my vista dvd to distribution. then i copied install.wim of server 2k8 to s x86, and moved install.wim of vista from distribution to v x86 2> i merged server 2008 x32 enterprise & standard install.wim in vista x32 all install.wim using giimagex in a single install.wim,and pasted server standard, enterprise clg files in distribution\source and copy eula of server enterprise, standard to vista license all process done fine. 3 mount both boot.wim of vista and server in 2 different folder, copy eula of server from sources of mounted folder to vista sources overwrite then unmount boot.wim of vista 4> i made a iso using ocdimage cmd 5> when i booted the iso in vmware i get server and vista in os selection menu i install server and vista
  10. 1> i had made 3 folders, distribution,s x86,v x86, and i copied my vista dvd to distribution. then i copied install.wim of server 2k8 to s x86, and moved install.wim of vista from distribution to v x86 2> i merged vista x32 ultimate install.wim & server 2008 x32 enterprise install.wim using giimagex in a single install.wim,and deleted all clg files and copyed eula of server to vista license all process done fine. 3> i made a iso using ocdimage cmd 4> when i try to install iso using vmware. i could not get server 2008 in os selection menu and vista setup start automatically plz help me out y server 2008 is not showing in the os selection menu
  11. 1> i had made 3 folders, distribution,s x86,v x86, and i copied my vista dvd to distribution. then i copied install.wim of server 2k8 to s x86, and moved install.wim of vista from distribution to v x86 2> i merged vista x32 ultimate install.wim & server 2008 x32 enterprise install.wim using giimagex in a single install.wim,and deleted all clg files and copyed eula of server to vista license all process done fine. 3> i made a iso using ocdimage cmd 4> when i try to install iso using vmware. i could not get server 2008 in os selection menu and vista setup start automatically plz help me out y server 2008 is not showing in the os selection menu
  12. 1> i had made 3 folders, distribution,s x86,v x86, and i copied my vista dvd to distribution. then i copied install.wim of server 2k8 to s x86, and moved install.wim of vista from distribution to v x86 2> i merged vista x32 ultimate install.wim & server 2008 x32 enterprise install.wim using giimagex in a single install.wim,and deleted all clg files and copyed eula of server to vista license all process done fine. 3> i made a iso using ocdimage cmd 4> when i try to install iso using vmware. i could not get server 2008 in os selection menu and vista setup start automatically plz help me out y server 2008 is not showing in the os selection menu
  13. hello every one i need urgent help from all of u i have created a multi os dvd which have 2000 all 4 version, 2003 all 3 version and windows 2008 using magic iso, i have tested it on vmware it works fine, but my problem is that magic iso gives me dos boot menu and i want gui boot menu, and i want to add it in my iso file, so plz help me
×
×
  • Create New...