possible registry write read functions scripts in xyplorer?

Discuss and share scripts and script files...
Post Reply
drjs5x
Posts: 152
Joined: 18 Nov 2015 18:12
Location: Turkey

possible registry write read functions scripts in xyplorer?

Post 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
newbie or not...........

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: possible registry write read functions scripts in xyplo

Post by highend »

runret() and REG (ADD / QUERY / DELETE...) commands...
One of my scripts helped you out? Please donate via Paypal

drjs5x
Posts: 152
Joined: 18 Nov 2015 18:12
Location: Turkey

Re: possible registry write read functions scripts in xyplo

Post by drjs5x »

Examples

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

text runret("ping localhost");



have you got an example about this subject?
:oops:
newbie or not...........

drjs5x
Posts: 152
Joined: 18 Nov 2015 18:12
Location: Turkey

Re: possible registry write read functions scripts in xyplo

Post 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
newbie or not...........

drjs5x
Posts: 152
Joined: 18 Nov 2015 18:12
Location: Turkey

Re: possible registry write read functions scripts in xyplo

Post 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...
newbie or not...........

bdeshi
Posts: 4249
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612 / Dhaka
Contact:

Re: possible registry write read functions scripts in xyplo

Post 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.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

drjs5x
Posts: 152
Joined: 18 Nov 2015 18:12
Location: Turkey

Re: possible registry write read functions scripts in xyplo

Post 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:
newbie or not...........

drjs5x
Posts: 152
Joined: 18 Nov 2015 18:12
Location: Turkey

Re: possible registry write read functions scripts in xyplo

Post by drjs5x »

[HKEY_CURRENT_USER\Software\ProfMustiSearch]
"fav_color"="red"

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

Post Reply