| View previous topic :: View next topic |
| Author |
Message |
Tdk161 Valued Contributor


Joined: 08 Feb 2005 Posts: 399 Location: ITALY
|
Posted: Mon Jan 29, 2007 11:32 am Post subject: VDSDll.dll question |
|
|
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, 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 |
|
 |
DaveR Valued Contributor


Joined: 03 Sep 2005 Posts: 413 Location: Australia
|
Posted: Mon Jan 29, 2007 1:47 pm Post subject: Re: VDSDll.dll question |
|
|
| 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 |
|
 |
|
|
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
|
|