Jump to content

vinifera

Member
  • Posts

    1,930
  • Joined

  • Days Won

    2
  • Donations

    0.00 USD 
  • Country

    Croatia

Posts posted by vinifera

  1. I don't see why not

    It would be dirty and tedious job though, and not many if anyone would bust their arse for it

    as it probably would involve either a repack of every single patch(ed) file(s)

    or direct hex hack to lower 5.2 to 5.1 (in case of server)

    but I see that POS Ready (SP3) holds 5.10.2600.5512

    which is same as XP, this one maybe would go directly onto XP

    but you also have to realize that them both are ending support on 2014/2015

    extended support (as far as I know) means, that only payed support will be

    and not free via win updates

    maybe I'm wrong ?

  2. It seems like the modified autoexec.bat is not run at all.

    I have to agree, as again nothing happens

    the modified autoexec, is ok, because when extraced out of image is same one I modify (same "code" is there)

    I use rclick -> edit (notepad) to edit .bat

    I use Power ISO to make/build images

    I rebulid the image by simply drag and drop new file into opened image, then re-save the image, its still bootable and it does contain my modified autoexec.bat so it must be good

    heres the bat file as you asked:

    http://www15.zippyshare.com/v/97566816/file.html

    I appreciate the help :)

  3. thats the point, I don't know how those things function via autoexec

    my wish is to when cd/iso boots and loads all things it needs

    that I don't have to type fdisk myself, but that dos setup after all that primary stuff loading automatically kicks me into fdisk :)

    as for fdisk.bat, it simply has "fdisk.exe" inside and I used call command since it doesnt call .exe but .bat only

    I also removed my edits and added, yours of %RAMD%:\fdisk.exe

    where my "call" was, but again nothing happens

  4. well, I'll need small help with this...

    I've looked at autoexec.bat to see whats going on there

    and this is my take, the RED is what I added

    ------------------------------------------------------

    @ECHO OFF

    set EXPAND=YES

    SET DIRCMD=/O:N

    set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15

    set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C

    cls

    call setramd.bat %LglDrv%

    set temp=c:\

    set tmp=c:\

    path=%RAMD%:\;a:\;%CDROM%:\

    copy command.com %RAMD%:\ > NUL

    set comspec=%RAMD%:\command.com

    copy extract.exe %RAMD%:\ > NUL

    copy readme.txt %RAMD%:\ > NUL

    copy fdisk.bat %RAMD%:\ > NUL

    :ERROR

    IF EXIST ebd.cab GOTO EXT

    echo Please insert Windows ME Startup Disk 2

    echo.

    pause

    GOTO ERROR

    :EXT

    %RAMD%:\extract /y /e /l %RAMD%: ebd.cab > NUL

    echo The diagnostic tools were successfully loaded to drive %RAMD%.

    echo.

    IF "%config%"=="NOCD" GOTO QUIT

    IF "%config%"=="HELP" GOTO HELP

    LH %ramd%:\MSCDEX.EXE /D:mscd001 /L:%CDROM%

    echo.

    call fdisk.bat %RAMD%

    GOTO QUIT

    ...

    ...

    ------------------------------------------------------

    now the fdisk.bat that I put in ISO, only calls for fdisk.exe

    so I used "call" function here as I see setup does it in beginning for something too :P

    BUT nothing happens

    the auto drive focus goes to A:\

    and I see fdisk.bat isn't copied at all

    any help in this ?

    did I put things on wrong place or used wrong variables maybe ? :P

  5. 2 years ago I merged win98SE startup disc with winME installation so its auto-bootable ISO and all...

    but my question is, is there a way via sort of script (bat or ini or whatever) that after startup disc load, it auto enters into fdisk ?

  6. there are many who would disagree

    and I'm one of them

    win7 like vista broke alot of compatibility of old games

    I have to run WinME in vmware to play some that date from 1997-2000 which ofc run without problem on XP

×
×
  • Create New...