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
possible registry write read functions scripts in xyplorer?
-
drjs5x
- Posts: 153
- Joined: 18 Nov 2015 18:12
- Location: Turkey
possible registry write read functions scripts in xyplorer?
newbie or not...........
-
highend
- Posts: 14940
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: possible registry write read functions scripts in xyplo
runret() and REG (ADD / QUERY / DELETE...) commands...
One of my scripts helped you out? Please donate via Paypal
-
drjs5x
- Posts: 153
- Joined: 18 Nov 2015 18:12
- Location: Turkey
Re: possible registry write read functions scripts in xyplo
Examples
text runret("cmd /c dir c:\");
text runret("ping localhost");
have you got an example about this subject?

text runret("cmd /c dir c:\");
text runret("ping localhost");
have you got an example about this subject?
newbie or not...........
-
drjs5x
- Posts: 153
- Joined: 18 Nov 2015 18:12
- Location: Turkey
Re: possible registry write read functions scripts in xyplo
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
i found 1-2 examples your examples in forum... i will try now okay.
thnx
newbie or not...........
-
drjs5x
- Posts: 153
- Joined: 18 Nov 2015 18:12
- Location: Turkey
Re: possible registry write read functions scripts in xyplo
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...
yeah, great action, woking without proplem.
great.
now test get read reg action................. i will...
newbie or not...........
-
bdeshi
- Posts: 4256
- Joined: 12 Mar 2014 17:27
- Location: Asteroid B-612
- Contact:
Re: possible registry write read functions scripts in xyplo
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 ]
[ this user is asleep ]
-
drjs5x
- Posts: 153
- Joined: 18 Nov 2015 18:12
- Location: Turkey
Re: possible registry write read functions scripts in xyplo
thanks every body , xyplorer admins members number one. support number one. i lowe XYP.

newbie or not...........
-
drjs5x
- Posts: 153
- Joined: 18 Nov 2015 18:12
- Location: Turkey
Re: possible registry write read functions scripts in xyplo
[HKEY_CURRENT_USER\Software\ProfMustiSearch]
"fav_color"="red"
my reg option this. read, write now i test read write this option. ok.
"fav_color"="red"
my reg option this. read, write now i test read write this option. ok.
newbie or not...........
XYplorer Beta Club