How to include ***.reg files

Convert your BATch files into EXEcutable format in one click.
Post Reply
kaihan
Posts: 1
Joined: Fri Sep 28, 2007 2:38 am

How to include ***.reg files

Post by kaihan »

How can I include ***.reg files in the compiler?
Vulcano
Posts: 17
Joined: Wed Nov 16, 2005 10:18 pm

Post by Vulcano »

what you mean ?

by include a .reg file or do something with a reg ?
croboy
Posts: 1
Joined: Fri Jun 06, 2008 3:30 am

how to add reg files

Post by croboy »

in your script just type

Regedit /s "%MYFILES%\YOURFILE.reg"

the reg file must be included into your %my files% or the correct path must be specified

that will add the .reg file to your registry without any prompts

hope that helps you from 2007 lol
Jeremy
Posts: 7
Joined: Sun Sep 17, 2006 12:28 am

Post by Jeremy »

why would you wanna add it.

Just make it using reg.exe

reg add <
tbs2002
Posts: 6
Joined: Mon Feb 21, 2011 1:08 pm

Re: how to add reg files

Post by tbs2002 »

croboy wrote:in your script just type

Regedit /s "%MYFILES%\YOURFILE.reg"

the reg file must be included into your %my files% or the correct path must be specified

that will add the .reg file to your registry without any prompts

hope that helps you from 2007 lol
its not working with me ?
can you give another example please
support
Site Admin
Posts: 476
Joined: Fri Feb 13, 2004 1:05 pm

Post by support »

Did you get any error message? Perhaps you not have permissions to write to the registry?
tbs2002
Posts: 6
Joined: Mon Feb 21, 2011 1:08 pm

Post by tbs2002 »

May be the problem is how to deal with %MYFILES% because i try it without compile and its worked but when i compile it not worked
Post Reply