| Author |
Message |
Topic: Unable to create and activate Account on dialogscript site |
Ciulla
Replies: 1
Views: 12910
|
Forum: General Help Posted: Tue May 25, 2010 3:46 pm Subject: Unable to create and activate Account on dialogscript site |
Can someone help!!
I am trying to purchase 3 copies of VDS, to do that it requires to create an account at the site, below is the error.
Notice: Use of undefined constant _HASHCASH_ADMINMAILHEAD ... |
Topic: Read Registry on 64bit Windows |
Ciulla
Replies: 18
Views: 55367
|
Forum: General Help Posted: Thu Apr 19, 2007 9:09 pm Subject: Re: Read Registry on 64bit Windows |
| Sorry you asked, can I get remote registry support? |
Topic: Read Registry on 64bit Windows |
Ciulla
Replies: 18
Views: 55367
|
Forum: General Help Posted: Thu Apr 19, 2007 7:47 pm Subject: Re: Read Registry on 64bit Windows |
| You guys are great, yes I will wait for the official DSU. |
Topic: Read Registry on 64bit Windows |
Ciulla
Replies: 18
Views: 55367
|
Forum: General Help Posted: Thu Apr 19, 2007 6:54 pm Subject: Re: Read Registry on 64bit Windows |
I tested your script, but I changed the key because vds is not installed on this machine.
the key that I used is: SOFTWARE\Microsoft\Updates\Windows Server 2003\SP3\KB925902,InstalledDate
It all ... |
Topic: Read Registry on 64bit Windows |
Ciulla
Replies: 18
Views: 55367
|
Forum: General Help Posted: Wed Apr 18, 2007 9:23 pm Subject: Re: Read Registry on 64bit Windows |
Thanks dragonsphere
That would be great. We are starting to install Windows Server 2003 64bit as our default server, . |
Topic: Read Registry on 64bit Windows |
Ciulla
Replies: 18
Views: 55367
|
Forum: General Help Posted: Wed Apr 18, 2007 9:10 pm Subject: Re: Read Registry on 64bit Windows |
Is there a way to read the registry?
All my registry read return nulls but they work fine on a 32bit windows
Thank for the replay
Is there a dll I can use to do this, all other functions seem ... |
Topic: Read Registry on 64bit Windows |
Ciulla
Replies: 18
Views: 55367
|
Forum: General Help Posted: Wed Apr 18, 2007 8:56 pm Subject: Read Registry on 64bit Windows |
Is there a way to read the registry?
All my registry read return nulls but they work fine on a 32bit windows |
Topic: Writing to a UNC path |
Ciulla
Replies: 7
Views: 19726
|
Forum: General Help Posted: Tue Jun 21, 2005 7:58 pm Subject: Writing to a UNC path |
Try this
%%Directory_Path = \\Host\Share
If @Not(@Null(%%Directory_Path))
%S = %%Directory_Path
LOADLIB shlwapi.dll
%%Valid_Path = @LIB(shlwapi.dll,PathIsDirectoryA,BOOL:,@ADDR("%S" ... |
Topic: WMI with VDS? |
Ciulla
Replies: 3
Views: 12679
|
Forum: General Help Posted: Tue Jun 21, 2005 7:13 pm Subject: WMI with VDS? |
| Any release date on the new Gadget.dll? |
Topic: Writing to a UNC path |
Ciulla
Replies: 7
Views: 19726
|
Forum: General Help Posted: Tue Jun 21, 2005 7:09 pm Subject: Writing to a UNC path |
I write to shares all the times, like you said you cannot validate that the root of the share exists.
I create folders under the share and then check for the folder, if I am writing to the root of ... |
Topic: run windows printui.dll |
Ciulla
Replies: 10
Views: 27759
|
Forum: General Help Posted: Tue Jun 21, 2005 1:39 pm Subject: run windows printui.dll |
This works on my system (windows 2000)
%Q = @CHR(34)
%C = @CHR(44)
Run @Windir()\system32\rundll32 printui.dll%CPrintUIEntry /y /n %QPrinter Name%Q |
| |