Jump to content

some1

Member
  • Posts

    63
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by some1

  1. Hey! Thanks for this! Im running a intel 82815 desktop - and I know that it will work (cos its fine in WMP or VLC or powerdvd, but MCE thinks otherwise!) but i got a problem (and a error message!) its at this stage.... im getting this when i complie it... Method Implentation (total): 135 Resolving member refs:87710 -) defs, 0 refs CUTRES : fatal error CVR1105: cannot seek in file Could not create output file, error code=0x80070714 ***** FAILURE ***** anyone know whats up? Thanks ya kindly now!!! -James btw that other file which you say to download - i can't find it on the other page
  2. AAARRGGHHH I can't do it Using CDShell V2.. I can get it to boot the floppy disk, but it says cannot find setupfile, and quits to command! help? please?
  3. Hey! I have (for Windows 98): @ECHO OFF set EXPAND=YES SET DIRCMD=/O:N cls set temp=c:\ set tmp=c:\ path=a:\ IF "%config%"=="NOCD" GOTO QUIT LH MSCDEX.EXE /D:oemcd001 /L:D echo. IF "%config%"=="SETUP_CD" goto AUTOSETUP GOTO QUIT :AUTOSETUP set CDROM=FOO23 FINDCD.EXE if "%CDROM%"=="FOO23" goto NOCDROM path=a:\;%CDROM%\ %CDROM% cd \WIN98 echo. OEMSETUP.EXE /K "/IE /NF" goto QUIT :NOCDROM echo. echo The Windows 98 Setup files were not found. echo. :QUIT should i mod it to... @ECHO OFF set EXPAND=YES SET DIRCMD=/O:N cls set temp=c:\ set tmp=c:\ path=a:\ IF "%config%"=="NOCD" GOTO QUIT LH MSCDEX.EXE /D:oemcd001 /L:D echo. IF "%config%"=="SETUP_CD" goto AUTOSETUP GOTO QUIT :AUTOSETUP set CDROM=FOO23 FINDCD.EXE if "%CDROM%"=="FOO23" goto NOCDROM echo Loading... echo. path=%RAMD%:\;a:\;%CDROM%:\SETUP\Win98\ Setup.exe echo. GOTO QUIT :NOCDROM echo. echo The Windows 98 Setup files were not found. echo. :QUIT Thanks for your time!
  4. Hey how would I go about modding this to be on a multiboot CD/DVD? It doesn't matter if its unattended or attended Saying thanks now!
  5. All i want to do is to make a bootable CD with windows 95,98 and ME on it... Is this the right way to do so?
  6. Officially it is 2 disks but with a tiny bit of effort they can be combined into 1 disk. Whats data has been lost to do it? got a link to anywhere to teach me!? (or 3 CDs if it comes with Update Rollup 2) WTF is update rollup 2?
  7. How can I run EXEs from CDSHELL!? E.g. windows ME setup...
  8. http://clientes.netvisao.pt/ggrooves/guide/me.htm Editing "FINDCD.EXE" First we'll need to acquire the FINDCD.EXE program. All it does is replace those nasty IF EXIST lines in most code. It also gets rid of those problems when ZIP drives are used as an error may be caused by those IF EXIST lines. Download FINDCD.EXE here. Now to the editing. Open up FINDCD.EXE in HEX Workshop and look for the line %c:\WIN51 (if you're using the linked FINDCD.EXE) or %c:\WIN98\SETUP.EXE (if it's the original FINDCD.EXE). You're looking for what's in RED. Click over to where the numbers are, and find the position that corresponds with the \ after the %c: start typing 0's. not O's, but ZERO's. This makes everything null. Type the zero's up till the next %. Don't 00 the %. Alrighty then. Pick a file at the root of your CD. I chose WIN51 as my CD also has Windows XP on it. If you had a CD.TXT file you could use that. Or you could create your own, so that each disk is unique like AIO1.txt if you have different version of the disk. Click over to the text side of the window. just after the %c: type \WIN51 and substitute WIN51 with your file, and be sure to include the file extension if there is one. Win51 doesn't have one, so I didn't. Also make sure that it's in ALL CAPS. I don't know if it really matters, but better safe then sorry.
  9. Ive read about getting the Floppy Disk setup, and then using FINDCD.EXE... This true?
  10. Right... How many disk are there for MCE 2005??? 1? 2? Because i have seen a 2 disk verison, and then a integrated... Just wanting to know the diffenents!?
  11. Im using CDshell... but unsure about booting files cos there is chain bcdw boot diskemu isolinux memdisk which one do i use for XP Pro booting uppy?
  12. Hey!!! 1st post! anyhoo yea...wanting to do a mulitboot for XP PRO... found http://www.tech-hints.com/xp.html (and love it ) got up to XPPRSECT.DAT...where the hell is it!? Yea, i know i can download it from the site, but i like to know where it came from! anyone help me?
  13. Hey! Where is [XPPRSECT.DAT]... I know its on that site - what i mean where is it on the floppy disk or CD???
×
×
  • Create New...