Page 1 of 1

possible registry write read functions scripts in xyplorer?

Posted: 07 Oct 2016 13:14
by drjs5x
hi dears
possible registry write read functions scripts in xyplorer?

set_regvalue(hkcu/softeare/myoptions, color:red);

get_regvalue(hkcu/softeare/myoptions, color); ..........> result red ..
etc.............
Best Regard
Musti

Re: possible registry write read functions scripts in xyplo

Posted: 07 Oct 2016 13:21
by highend
runret() and REG (ADD / QUERY / DELETE...) commands...

Re: possible registry write read functions scripts in xyplo

Posted: 07 Oct 2016 13:25
by drjs5x
Examples

text runret("cmd /c dir c:\");

text runret("ping localhost");



have you got an example about this subject?
:oops:

Re: possible registry write read functions scripts in xyplo

Posted: 07 Oct 2016 13:27
by drjs5x
REG ADD HKCU\Console /v CodePage /t REG_DWORD /d 0xfde9

i found 1-2 examples your examples in forum... i will try now okay.
thnx

Re: possible registry write read functions scripts in xyplo

Posted: 07 Oct 2016 13:44
by drjs5x
runret("REG ADD HKCU\Software\ProfMustiSearch /v fav_color /t REG_SZ /d red /f");

yeah, great action, woking without proplem.
great.

now test get read reg action................. i will...

Re: possible registry write read functions scripts in xyplo

Posted: 08 Oct 2016 08:43
by bdeshi
I have been writing a collection of basic registry handling functions. Published the reader and writer, regread() and regwrite(), in the User Functions Exchange.

Re: possible registry write read functions scripts in xyplo

Posted: 08 Oct 2016 16:07
by drjs5x
thanks every body , xyplorer admins members number one. support number one. i lowe XYP.

:appl: :appl: :appl: :appl: :appl: :appl: :appl: :appl: :appl: :appl: :appl: :appl: :appl:

Re: possible registry write read functions scripts in xyplo

Posted: 08 Oct 2016 16:10
by drjs5x
[HKEY_CURRENT_USER\Software\ProfMustiSearch]
"fav_color"="red"

my reg option this. read, write now i test read write this option. ok.