forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


VDSDll.dll question

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
Tdk161
Valued Contributor
Valued Contributor


Joined: 08 Feb 2005
Posts: 399
Location: ITALY

PostPosted: Mon Jan 29, 2007 11:32 am    Post subject: VDSDll.dll question Reply with quote

I need to connect to a registry of a remote machine on my network.

I tried to use the part of VDS DLL Vdsreg with this code:
[code]
External vdsdll.dll

#Define Command,Dll
#Define Function,Dll

%%StationName = Station2

Dll regedit,connect,@DlgText("%%StationName)


[/code]

But not work, Sad connect status is true but

[code]
DLL REGEDIT,Root,HLM
If @OK()
Dll REGEDIT,key,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall,noCreate
[/code]

return the registry keys of my Pc

Please some one can help me?
Back to top
View user's profile Send private message Send e-mail
DaveR
Valued Contributor
Valued Contributor


Joined: 03 Sep 2005
Posts: 413
Location: Australia

PostPosted: Mon Jan 29, 2007 1:47 pm    Post subject: Re: VDSDll.dll question Reply with quote

Tdk161 wrote:
%%StationName = Station2

Dll regedit,connect,@DlgText("%%StationName)


You've got a single " where it shouldn't be.

Have you tried Dll regedit,connect,%%StationName ?

Or the dialog control name (edit box name etc) Dll regedit,connect,@DlgText(control-name) ?

_________________
cheers

Dave
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group