无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站广告联系 微信:wuyouceo QQ:184822951
12
返回列表 发新帖
楼主: sratlf
打印 上一主题 下一主题

[分享] RUN 1206 更新 支持磁盘交换,文件检索,自动菜单,自动列表,全自动安装nt5x系统

    [复制链接]
31#
发表于 2011-4-4 06:56:09 | 显示全部楼层
how can i load a dos tool directly after booting my DOS KIT ?


like ZXW has

RUN MAANU.IMG DISKGEN


by the way i use


@ECHO OFF
SET CONFIG=%CONFECT%
SET CONFECT=
SET DRIVE=A:
IF "%COMSPEC%"=="C:\COMMAND.COM" SET DRIVE=C:
SET PATH=%drive%;%drive%\BIOS
LH CTMOUSE>NUL
LH DOSKEY /I>NUL
::LH PERUSE X16>NUL
::LH DOSLFN /Z:CP936UNI.TBL>NUL
IF "%CONFIG%"=="M3" SHSUCDX /D:?CDROM /D:?USBCD /D:?FWCD /D:?PCMCD
Prompt=Press M for Menu$_$P$G


cls
echo.
echo   o===========================================================o
echo   :           Retestrak's Tiny Dos Rescue v 0.6 (April 2010)  :
echo   o===========================================================o
echo.
echo   Command       Application
echo   -------------------------------------------------------------
echo.
Echo   Ghost         Norton Ghost 11.5.1 (2010)
Echo.
Echo   AT            Acronis echo server 9.7.8353 + Universal Restore
Echo.
Echo   AD            Acronis Disk Director Suite server 10 build 2239
Echo.
Echo   DG            Disk Genius 3.4 (a.k.a PartGuru)
Echo.
Echo   PM            Paragon's AIO Disk Utilities server v 11
Echo.
echo   o===========================================================o
echo   :  CREATED BY Maanu (Muhammad Saqib Siddiq from Pakistan )  :
echo   :                              :
echo   o===========================================================o
ECHO.


autoexec.bat  


how i can i call tools directly ?

thanks in advance.

[ 本帖最后由 maanu 于 2011-4-4 06:58 编辑 ]
回复

使用道具 举报

32#
发表于 2011-4-5 12:50:47 | 显示全部楼层
ok thank you dear friend.
回复

使用道具 举报

33#
发表于 2012-1-18 21:32:56 | 显示全部楼层
@ Sratif

i want to ask feq questions about your RUN batch , as i like it very much , specially its SWAP EXT feature.

1- can the location of RUN file be changed to anything else then BOOT/IMGS or whatever hardcoded path is ?

like

SRNP/IMAGES

?

2- can RUN file be used to run a IMA file along with the iso ?

like   

RUN /SRNP/IMAGES/XP_INST.IMA  ISO=/SRNP/IMAGES/XP.ISO

?

means , custom location of both files , and custom IMA file ? ,

3- does ISO=/XP.ISO  means that it will work just like find--set-root ? means will it search for the ISO file on all roots available ?

and i am looking for the hybrid solution , means one entry for both cd and usb drive.


really love your batch file , when it displays the hdd information, this way BOOT.INI is written correct.


Regards,
Maanu from Pakistan
回复

使用道具 举报

34#
发表于 2012-1-20 16:42:31 | 显示全部楼层
thanks a lot for the answer ,

where will be the RUN location  coded in

fira:/SRNP/IMAGES/XP_INST.IMA  ISO=/SRNP/IMAGES/XP.ISO

can it be in same line , like

command /SRNP/IMAGES/RUN  (first line)
fira:/SRNP/IMAGES/XP_INST.IMA  ISO=/SRNP/IMAGES/XP.ISO  (second line)


i am not sure about --dev parameter , please example.
回复

使用道具 举报

35#
发表于 2012-1-20 17:23:07 | 显示全部楼层

回复 #1106 sratlf 的帖子

ok thank you i will try .
i think still the last official version of grub4dos is still 2012-12-30 ?
回复

使用道具 举报

36#
发表于 2012-1-28 17:16:48 | 显示全部楼层
thanks for the new version my friend.
i tested , and everything OK .

your RUN is getting popular in foreign .

http://www.msfn.org/board/topic/ ... findpost__p__988191


moreover , if i can request a feature .

i frequently use F6SRS from  zhaohj  brother

http://bbs.wuyou.net/forum.php?mod=viewthread&tid=179738

is it possible to integrate this feature externally , so that all the process can be automated >?

like  with install of XP iso from usb ,

set usrpath=/SRNP/IMAGES/
command /SRNP/IMAGES/RUN --fira:XP_INST.IMA  iso=XP.ISO SRS=/SRS

where FIRADISK native will not be needed as we already have XP_INST.IMA.
but then we will have to modify F6SRS code to remove firadisk .

after user select required SRS ,the xp iso start booting.

and if it is successful , we can add SRS parameter to Boot PE iso as well.

i know ,you already support SRS ,but it is with .IMG  file only. is it possible to add SRS directory support .

where SRS is in BOOT/GRUB or where RUN file is.

thanks for the excellent RUN
回复

使用道具 举报

37#
发表于 2012-1-28 20:45:06 | 显示全部楼层

回复 #1110 sratlf 的帖子

but i guess it is not impossible to add directory support , right ?

may be we can ask zhaohj  to help us ?

what is the maximum size of IMG file of SRS that we can use ? like can we integrate multiple flippy images into one img , like 12MB ?
回复

使用道具 举报

38#
发表于 2012-1-29 06:10:19 | 显示全部楼层

回复 #1112 sratlf 的帖子

i think we should go for SYS files with SRSID l, it is easy to change by users.

moreover , a question .

1- when using following entry

title RUN XP
set usrpath=/INST/
command /INST/RUN --fira:XP.IMA  iso=WINXP.ISO

from USB

the RUN first asks to swap hdd  , when i press S , it then give message something like

swapping successful , hit ENTER to boot from ISO.

it does not let me swap AGAIN .like in simple --swap-ext mode.

basically i have 2 internal hdd's , 1 Usb-hdd connected.   so when i boot from flash drive , i have to swap multiple times to set one of my internal hdd as HD0 , so that boot.ini is written correctly , and to avoid HAL.DLL error.

thanks
回复

使用道具 举报

39#
发表于 2012-1-29 06:36:26 | 显示全部楼层
and please tell , where to add SRS IMG file parameter in below code ?

title RUN XP
set usrpath=/INST/
command /INST/RUN --fira:XP.IMA  iso=WINXP.ISO


thanks
回复

使用道具 举报

40#
发表于 2012-1-30 21:10:50 | 显示全部楼层

回复 #1116 sratlf 的帖子

thanks , it is fixed in  new version . the swap option.

have you talked to author of F6SRS about adding SRS directory support ?
回复

使用道具 举报

41#
发表于 2012-2-17 15:39:58 | 显示全部楼层
Sratif

thank you my friend for completing my request . just tested SRS feature with ISO install of xp .

SUCCESS!!!!!!

thanks once again ,and sorry for late reply.

your friend
Maanu
回复

使用道具 举报

42#
发表于 2012-3-8 14:23:45 | 显示全部楼层
Sratif

thank you my friend for the very good update of 3-07 . i really love the idea of adding the support of DPMS .

please confirm .

have you prepared DPMS.LZMA file from the latest version of MassStorage drivers using
DP_MassStorage_wnt5_x86-32_1201  ?

can i use custom directory to place DPMS.LZMA , just like i already use for RUN and ISO file with your great help in the past ?

again , congratulations.

Regards,
Maanu from Pakistan
回复

使用道具 举报

43#
发表于 2012-3-8 14:25:30 | 显示全部楼层
moreover , please confirm ,

can we use same DPMS.LZMA to guide PE 1.X ? that will be huge success .
回复

使用道具 举报

44#
发表于 2012-3-9 11:11:37 | 显示全部楼层

回复 #1306 sratlf 的帖子

thank you my friend . i ll try
回复

使用道具 举报

45#
发表于 2012-3-30 15:43:03 | 显示全部楼层
Hello My Dear Sratif ,

how are you , hope fine . i need 2 advises , please help .

1- i am using currently the following to make DPMS.LZMA work with PE.


command RUN --wvbk-isonly dpms:/SRNP/GRUB/DPMS.LZMA iso=/SRNP/NATIVE.ISO

,
i have two questions .

1- how can i use DPMS to load the PE , from UD space . does RUN know and read ud argument , like


command RUN --wvbk-isonly dpms:(ud)/SRNP/GRUB/DPMS.LZMA iso=(ud)/SRNP/NATIVE.ISO

?

2- can i change the location of WINVBLCK.IMG from default BOOT/IMGS ?


thanks in advance.

Your Friend,
Maanu from Pakistan
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2024-5-6 16:26

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表