Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

regedit

1 view
Skip to first unread message

7M

unread,
Aug 4, 2002, 6:29:00 PM8/4/02
to
Hi.
I ask Your help.
In my file batch I must insert the call to the file reg to give birth to the
key of register
How must I do for having the call performed for the recording of the key of
register?
Thanks to whom she/he wanted to answer me.


Benny Pedersen

unread,
Aug 4, 2002, 10:08:57 PM8/4/02
to
"7M" wrote news:MUh39.36672$n04.1...@twister2.libero.it...

The following batch file is tested in both my Win9X and my WinXP
computer. It simply removes the 400 mSec delay of the StartMenu.

Benny Pedersen, http://2dos.homepage.dk
reg.bat:

@echo off
echo REGEDIT4> %temp%.\reg.reg
echo [HKEY_CURRENT_USER\Control Panel\desktop]>>%temp%.\reg.reg
echo "MenuShowDelay"="0">> %temp%.\reg.reg
start /wait %temp%.\reg.reg
erase %temp%.\reg.reg


Benny Pedersen

unread,
Aug 4, 2002, 11:10:12 PM8/4/02
to

"Benny Pedersen" wrote news:v8l39.168$wK2....@news.get2net.dk...


BTW. If your "recording" meens exporting, then you can use this:

@echo off
if not KEY(%1) == KEY() goto Export(Key)
%0 "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run"

: Export(Key)
%3 if exist %temp%.\StartUp.tmp echo. You have already exported [%1]
%3 if exist %temp%.\StartUp.tmp %0 %1 re ::
echo.
echo. Press any key to %2Export [%1] to
echo. "%temp%\StartUp.tmp", or hit Ctrl+Break, [Alt]+F4,+F4 to quit.
pause>nul

start /wait regedit /e %temp%.\StartUp.tmp %1
notepad %temp%.\StartUp.tmp
del /p %temp%.\StartUp.tmp
cls


7M

unread,
Aug 5, 2002, 8:25:25 AM8/5/02
to
Practically I must record my file of name archivio.exe in the register of
configuration, to do departing to the start of win98 automatically, the
instructions for the recording must be inserted in file of name setup.bat.
Which are the instructions to do this?
I am not very practical you could explain better what I must do to me?
Thanks to everybody

"Benny Pedersen" <b.ped...@get2net.dk> ha scritto nel messaggio
news:L1m39.1$CG3...@news.get2net.dk...

Michael Marquart

unread,
Aug 5, 2002, 1:45:21 PM8/5/02
to
On Mon, 05 Aug 2002 12:25:25 GMT, "7M" <7m...@libero.it> wrote:

>Practically I must record my file of name archivio.exe in the register of
>configuration, to do departing to the start of win98 automatically, the
>instructions for the recording must be inserted in file of name setup.bat.

I interpret your request as asking how to enter a .reg file into the
registry.

Once you have the .REG file then this will enter it into the registry
without any prompts.

regedit /s filename.reg

7M

unread,
Aug 5, 2002, 2:41:43 PM8/5/02
to
Thanks, you have been kind.

"Michael Marquart" <mi...@melbpc.org.au> ha scritto nel messaggio
news:06etkuk754ndacmq8...@4ax.com...

0 new messages