China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-06-25 06:22
中国DOS联盟论坛 » DOS启动盘 & LOGO技术 (启动盘室) » [Share and Download] DOS Boot Download DigestI View 137,474 Replies 257
Floor 121 Posted 2007-01-28 04:10 ·  中国 贵州 毕节 电信
新手上路
Credits 4
Posts 2
Joined 2007-01-28 04:04
19-year member
UID 77902
Gender Male
Status Offline
After downloading, it can't be opened. Can you provide it again?
Floor 122 Posted 2007-01-29 08:45 ·  中国 贵州 毕节 电信
新手上路
Credits 4
Posts 2
Joined 2007-01-28 04:04
19-year member
UID 77902
Gender Male
Status Offline
Thanks for providing again.
Floor 123 Posted 2007-02-15 10:14 ·  中国 广东 深圳 电信
新手上路
Credits 10
Posts 6
Joined 2007-01-20 14:37
19-year member
UID 77152
Gender Male
Status Offline
LZ, give me a download address for IE via HTTP. Can't download it... Urgent...
Floor 124 Posted 2007-02-15 17:33 ·  中国 广东 湛江 电信
新手上路
Credits 14
Posts 7
Joined 2006-11-11 18:36
19-year member
UID 70236
Gender Male
Status Offline
Can't download it...
Floor 125 Posted 2007-03-09 22:30 ·  中国 江西 吉安 井冈山市 电信
初级用户
★★
Credits 157
Posts 72
Joined 2006-10-22 22:03
19-year member
UID 67750
Gender Male
Status Offline
The PXE network boot virtual disk image by xugaohui is a classic work.
Floor 126 Posted 2007-03-12 12:18 ·  中国 湖南 长沙 电信
新手上路
Credits 2
Posts 1
Joined 2007-03-12 11:08
19-year member
UID 81502
Gender Male
Status Offline
Just learning~
Floor 127 Posted 2007-03-18 22:54 ·  中国 北京 北京京宽网络科技有限公司
新手上路
Credits 13
Posts 7
Joined 2007-03-18 21:54
19-year member
UID 82174
Gender Male
Status Offline
Good stuff, good stuff
Floor 128 Posted 2007-03-22 10:04 ·  中国 江苏 南京 电信
新手上路
Credits 4
Posts 2
Joined 2006-12-22 20:50
19-year member
UID 74284
Gender Male
Status Offline
Thanks to the mirror image of the LZ, especially some of the usage insights of the LZ. Having read all the posts, I have gained a lot.
Floor 129 Posted 2007-03-30 05:53 ·  中国 山东 烟台 莱州市 联通
新手上路
Credits 13
Posts 6
Joined 2007-03-30 03:35
19-year member
UID 83346
Gender Male
Status Offline
Study study
Floor 130 Posted 2007-04-02 11:28 ·  中国 广东 广州 天河区 联通
高级用户
★★
Credits 774
Posts 293
Joined 2003-04-16 00:00
23-year member
UID 1579
Gender Male
From 湖北仙桃
Status Offline
Update grldr to the simplified Chinese version of 03-30-2007.

Update eb-net.lil to support more gigabit network cards.

Update the PXE boot code for the rtl 8111b network card.

Add AFUDOS.exe, which can flash the ami 8.0 bios file.

Delete unflash, as it doesn't run at all.

Add the xcp copy tool, see the detailed http://www.cn-dos.net/forum/viewthread.php?tid=29092&fpage=1

Add the ntfs4dos compressed by the webmaster with upx. This is the only program compressed with upx in this DOS boot package.

Update the HX DOS Extender runtime files.

Update PWD_CHNG.EXE, now it can perfectly change the system passwords of vista 2003 xp under DOS.

Delete the tool for modifying the system password in the linux version, because the new version of it doesn't support vista temporarily, and currently PWD_CHNG.EXE is perfect.

Add the registered version of PTD, which can correct errors in the partition table and file allocation table. For example, if there is a failure during the ghost recovery file process, you can try to use it to repair the partition table.

Update the efficiency source to version 2004.

Update GHSTWALK, from ghost 11, which can change the computer name of vista xp 2003 under pure DOS.

Add ghost 11, and keep ghost 8.3. The file name of ghost8.3 is ghost.exe, and the file name of ghost11 is ghost11.exe.

Update TESTDISK.EXE, PHOTOREC.EXE, tools for modifying hard disk data under DOS.

Update CWSDPMI.EXE ver :0.6B

Add the PCMOUSE.EXE provided by the webmaster, from the download section of the forum.

Add IELDR.EXE for loading and booting ISO files under DOS.

Add LOADLIN.EXE 1.6c for loading and booting the linux kernel image under DOS.

Correct some small errors in netset.

Now the cursor is in insert mode by default after entering the DOS prompt.

Add DPMIONE.EXE, which can support the DPMI 1.0 standard, and it has been tested to be very imperfect.

Replace with another Etherboot code, the file name is eb-net.lil.

Update memtestp 1.7, which supports FB-DIMM memory.

Correct some errors in the install to hard disk.cmd script: it may cause the system, read-only, and hidden attributes of boot.ini to be missing.

The graphic background file of GRUB4DOS is changed to redhat-9.xpm.gz, which now looks more concise.

Some related files of syslinxu are updated to version 3.36 official version. memdisk has good compatibility.

Attach the script for installing to the c:\boot.ini file. Similar software all use exe packaging programs to install to c:\boot, and write uninstall information to the registry, and some also have rogue plugins.

This script realizes installation to boot.ini, can set the timeout period of the system selection menu, can set the menu editing password of grub4dos, the password to enter DOS, and can be uninstalled from the hard disk.

@echo off
:start
echo.
echo ************************************
echo * *
echo * 1、Install "GRUB Boot" to boot menu *
echo * 2、Delete "GRUB Boot" and related files *
echo * 3、Exit *
echo * *
echo ************************************
set UserChoice=
set /p UserChoice= Please choose , default is 1:
echo.
if /i "%UserChoice%"=="" goto 1
if /i "%UserChoice%"=="1" goto 1
if /i "%UserChoice%"=="2" goto 2
if /i "%UserChoice%"=="3" goto :eof
echo Invalid choice! Please rechoose
echo.
goto start

:1
if not exist C:\boot.ini echo No c:\boot.ini file found! &goto start
rem findstr /C:"C:\grldr=GRUB Boot" c:\boot.ini
echo Back up C:\boot.ini to C:\boot-ini.bak
type C:\boot.ini>C:\boot-ini.bak
echo.
set second=2
set /p second= Please set the time to display the operating system list, default is 2 seconds:
attrib -s -h -r C:\boot.ini
type C:\boot-ini.bak|find "boot loader" /i>C:\boot.ini
echo timeout=%second% >>C:\boot.ini
echo.
echo Modify the operating system menu timeout to %second% seconds
type C:\boot-ini.bak|find "boot loader" /i /v|find "timeout" /i /v>>C:\boot.ini
set yet=
for /f "delims=" %%l in (c:\boot.ini) do (
echo.%%l|find /i "C:\grldr=GRUB Boot">nul && set yet=1
)>nul
if "%yet%"=="1" goto yet
echo C:\grldr=GRUB Boot>>C:\boot.ini
attrib +s +h +r C:\boot.ini
echo.
echo Successfully added the "GRUB Boot" menu item.
goto yeta
:yet
attrib +s +h +r C:\boot.ini
echo.
echo "GRUB Boot" has been added to the OS selection menu, no need to add again.
echo.
:yeta
echo For system security, please set the password for entering the interactive menu editing function
echo.
:inputpass1
set pass1=
set pass2=
set /p pass1= Please enter the password for the interactive menu editing function:
set /p pass2= Please enter the password for the interactive menu editing function again:
echo.
if "%pass1%"=="%pass2%" goto variance1
if not "%pass1%"=="%pass2%" echo The two entered passwords are not the same, please re-enter the password.
echo.
goto inputpass1
:variance1
if "%pass1%"=="" goto spacepass1
goto md51
:spacepass1
echo No password
echo.
set h=
goto nonepass1
:md51
md5+.exe %pass1% >c:\aaabbb.tmp
for /f %%i in (c:\aaabbb.tmp) do set h=%%i
rem set /a h=%h%+1
if exist c:\aaabbb.tmp del c:\aaabbb.tmp
echo MD5 encrypted string is:%h%
:nonepass1
echo.
echo For the security of hard disk data, please set the password for entering the network DOS
echo.
:inputpass2
set pass3=
set pass4=
set /p pass3= Please enter the password for the network DOS system:
set /p pass4= Please enter the password for the network DOS system again:
echo.
if "%pass3%"=="%pass4%" goto variance2
if not "%pass3%"=="%pass4%" echo The two entered passwords are not the same, please re-enter the password.
echo.
goto inputpass2
:variance2
if "%pass3%"=="" goto spacepass2
goto md52
:spacepass2
echo No password
echo.
set i=
goto nonepass2
:md52
md5+.exe %pass3% >c:\aaabbb.tmp
for /f %%i in (c:\aaabbb.tmp) do set i=%%i
rem set /a i=%i%+1
if exist c:\aaabbb.tmp del c:\aaabbb.tmp
echo MD5 encrypted string is:%i%
:nonepass2
if exist c:\grub\menu.lst del /q c:\grub\menu.lst
if not exist c:\grub md c:\grub >nul
if not "%h%"=="" (set pass1=password --md5 %h%) else set pass1=##password1 --md5
if not "%i%"=="" (set pass2=password --md5 %i%) else set pass2=##password2 --md5
for /f "delims=" %%l in (grub\menu.lst) do (
echo.%%l|find /i "##password">nul && echo.%%l|find /i "##password1" >nul && echo %pass1% || echo.%%l|find /i "##password2" >nul && echo %pass2% ||echo.%%l
)>>c:\grub\menu.lst
echo.
:copyfile
if not exist c:\grldr goto ngrldr
set /p UserChoice= GRUB4DOS related files detected, please press Y to overwrite and install, otherwise exit:
if /i not "%UserChoice%"=="y" goto start
:ngrldr
echo Start copying files to c:\grub directory
if not exist c:\grub md c:\grub >nul
attrib +s +h +r c:\grub
if exist c:\grldr attrib -s -h -r c:\grldr >nul
copy /y grub\grldr c:\grldr
attrib +s +h +r c:\grldr
copy /y eb-net.lil c:\grub\
copy /y grub\fonts c:\grub\
copy /y hddscan.img c:\grub\
copy /y memdisk c:\grub\
copy /y memtestp c:\grub\
rem copy /y grub\menu.lst c:\grub\
copy /y pxe.img c:\grub\
copy /y pxeboot.zip c:\grub\
copy /y grub\redhat-9.xpm.gz c:\grub\
copy /y windiag.img c:\grub\
echo File copying completed.
goto start

:2
if not exist C:\boot.ini echo No c:\boot.ini file found! &goto start
echo Back up C:\boot.ini to C:\boot-ini.bak
type C:\boot.ini>C:\boot-ini.bak
attrib -s -h -r C:\boot.ini
set yet=
for /f "delims=" %%l in (c:\boot.ini) do (
echo.%%l|find /i "C:\grldr=GRUB Boot">nul && set yet=1
)>nul
if not "%yet%"=="1" goto yet0
type c:\boot-ini.bak | findstr /v /i "C:\grldr=GRUB Boot" >C:\boot.ini
attrib +s +h +r C:\boot.ini
echo.
echo Successfully deleted "GRUB Boot" from the OS selection menu.
echo.
set /p UserChoice= Do you want to delete the c:\grldr and c:\grub directories? Please press Y to confirm deletion, otherwise exit:
echo.
if /i not "%UserChoice%"=="y" goto start
echo Start deleting related files...
if exist c:\grldr attrib -s -h -r c:\grldr
del /q c:\grldr
if exist c:\grub\eb-net.lil del /q c:\grub\eb-net.lil
if exist c:\grub\fonts>nul del /q c:\grub\fonts
if exist c:\grub\hddscan.img del /q c:\grub\hddscan.img
if exist c:\grub\memdisk del /q c:\grub\memdisk
if exist c:\grub\memtestp del /q c:\grub\memtestp
if exist c:\grub\menu.lst del /q c:\grub\menu.lst
if exist c:\grub\pxe.img del /q c:\grub\pxe.img
if exist c:\grub\pxeboot.zip del /q c:\grub\pxeboot.zip
if exist c:\grub\redhat-9.xpm.gz del /q c:\grub\redhat-9.xpm.gz
if exist c:\grub\windiag.img del /q c:\grub\windiag.img
if exist c:\grub attrib -s -h -r c:\grub
rd /q c:\grub
echo Related files deleted completed.
goto start
:yet0
attrib +s +h +r C:\boot.ini
echo.
echo "GRUB Boot" menu item not found, no need to delete.
goto start



[ Last edited by xugaohui on 2007-4-9 at 06:16 AM ]
下载
09年7月7日 更新
感谢网友 囧HQY 提供空间
Floor 131 Posted 2007-04-03 05:11 ·  中国 江西 电信
初级用户
★★
Credits 157
Posts 72
Joined 2006-10-22 22:03
19-year member
UID 67750
Gender Male
Status Offline
Thanks for sharing. Downloaded it at the first time. You've worked hard.
Floor 132 Posted 2007-04-03 23:38 ·  中国 江苏 苏州 电信
新手上路
Credits 4
Posts 2
Joined 2007-04-03 06:06
19-year member
UID 83790
Gender Male
Status Offline
What is it packed with?
Floor 133 Posted 2007-04-12 11:41 ·  中国 北京 联通
新手上路
Credits 4
Posts 2
Joined 2007-03-18 23:09
19-year member
UID 82175
Gender Male
Status Offline
The network disk in building 38 is invalid: Unknown user!
Floor 134 Posted 2007-04-12 14:06 ·  中国 广东 广州 天河区 联通
高级用户
★★
Credits 774
Posts 293
Joined 2003-04-16 00:00
23-year member
UID 1579
Gender Male
From 湖北仙桃
Status Offline
Add batch program for installing to USB flash drive
grldr and xcp updates
Correct some deficiencies of runnet
Add ayghost, Yuguotianqing multicast network cloning
Add ezcopy multicast network cloning
Program to block Scroll Lock key function

Content of the new runnet.bat

@echo off
rem The following is a simple explanation. The set environment variables are default values. A line starting with rem is a comment line and will not be executed.
rem If the environment variable %drive% does not exist, it will be set to A:
IF %drive%#==# set %drive%=A:
rem Whether to automatically assign IP via DHCP service, 0 = DHCP automatic assignment is valid, 1 = specify IP address, DHCP service is invalid.
set DISABLEDHCP=0
rem When setting DISABLEDHCP=1, the following 5 environment variables need to be set.
set IPADDRESS0=192.168.1.201
set SUBNETMASK0=255.255.255.0
set DEFAULTGATEWAY0=192.168.1.1
set DNS=192.168.1.1
set WINS=192.168.1.1
rem Workstation name, default is random 1-254
set WKSTN=
rem Login username
set USERNAME=Administrator
rem Login password
set PASSWORD=
rem Workgroup name
set WORKGROUP=Workgroup
rem Redirect mode
set REDIRECTOR=basic
rem Whether to load PACKET driver interface, 1 = load, 0 = not load, the following settings are similar.
set PACKET=1
rem Whether to enable PING function
set PING=0
rem Whether to enable DNS resolution
set DNSENABLE=0
rem Whether to start file sharing service
set FILESHARE=0
rem Whether to start print sharing service
set PRINTSHARE=0
rem Whether to load UNDI resident driver. Please set to 0 when using the keeppxe parameter when starting with pxelinux.
set UNDI=1
rem Whether to use IP protocol
set IP=1
rem Whether to use IPX protocol
set IPX=0
rem Frame type of IPX protocol.
set FRAME=0
rem Whether to use NETBEUI protocol
set NETBEUI=0
rem Maximum number of sessions of NETBEUI protocol (3-117)
set SESSIONS=10
rem NCBS parameter of NETBEUI protocol (7-255)
set NCBS=12
rem When IBM protocol is selected in config.sys and environment variable IBMCLIENT=1
IF %CONFIG%#==M21# set IBMCLIENT=1
IF %CONFIG%#==M22# set IBMCLIENT=1
IF %CONFIG%#==M23# set IBMCLIENT=1
IF %CONFIG%#==M24# set IBMCLIENT=1
IF %CONFIG%#==M25# set IBMCLIENT=1
IF %CONFIG%#==M26# set IBMCLIENT=1
rem Timeout for automatically pressing the OK button, default is 5 seconds.
set TIMEOUT=5
rem *****The following is the directory for setting the network card driver. NDISDRVDIR is a necessary variable.
set NDISDRVDIR=%drive%\NDISDRV
rem *****The following is the directory for setting files related to MS CLIENT 3.0. MSCLIENTDIR is a necessary variable.
set MSCLIENTDIR=%drive%\MSCLIENT
rem Add MS CLIENT 3.0 to the search path
set PATH=%MSCLIENTDIR%;%PATH%
rem Use pciscan to detect pci settings and export to pciscan.txt
%NDISDRVDIR%\pciscan -v >%NDISDRVDIR%\pciscan.txt
rem Generate batch for starting network.
%NDISDRVDIR%\netset
rem Clear environment variables
set DISABLEDHCP=
set IPADDRESS0=
set SUBNETMASK0=
set DEFAULTGATEWAY0=
set DNS=
set WINS=
set WKSTN=
set USERNAME=
set PASSWORD=
set WORKGROUP=
set REDIRECTOR=
set PACKET=
set PING=
set DNSENABLE=
set FILESHARE=
set PRINTSHARE=
set UNDI=
set IP=
set IPX=
set FRAME=
set NETBEUI=
set SESSIONS=
set NCBS=
set IBMCLIENT=
set TIMEOUT=
rem If startnet.bat exists, execute it.
if exist %NDISDRVDIR%\startnet.bat call %NDISDRVDIR%\startnet.bat
rem End. If there are other programs that need to be executed automatically, add relevant commands here.


@echo off
:start
echo.
echo Note: The USB flash drive boot partition must be in FAT16/32 format and assigned a drive letter.
echo Set the USB flash drive boot mode to "USB-HDD" in the BIOS settings.
echo.
echo ************************************
echo * *
echo * 1、Install to the first active partition of the USB flash drive   *
echo * *
echo * 2、Quit *
echo * *
echo ************************************
set UserChoice=
set /p UserChoice= Please choose , default is 1:
echo.

[ Last edited by xugaohui on 2007-4-12 at 02:23 PM ]
下载
09年7月7日 更新
感谢网友 囧HQY 提供空间
Floor 135 Posted 2007-04-13 02:26 ·  中国 湖南 娄底 电信
中级用户
★★
Credits 312
Posts 77
Joined 2004-02-09 00:00
22-year member
UID 17031
Gender Male
Status Offline
Where is the latest version? I want to download it.
‹ Prev 1 7 8 9 10 11 18 Next ›
Forum Jump: