| Author |
Message |
Topic: Create a WIFI connection ? |
marculos
Replies: 2
Views: 18140
|
Forum: General Help Posted: Tue Nov 13, 2007 8:41 pm Subject: Create a WIFI connection ? |
Hi,
I want to create a script that does the following
1/ Delete all exisiting wireless connections
2/ Add a new wifi connection with a specific SSID and WEP key
Any ideas anyone ? |
Topic: Finding all user profile usernames |
marculos
Replies: 4
Views: 15701
|
Forum: General Help Posted: Mon Sep 17, 2007 5:57 pm Subject: Finding all user profile usernames |
Many thanks for this.
When I run this script I get missing parameter to command for
list regkeys,1,USERS
Am I doing something wrong ? |
Topic: Finding all user profile usernames |
marculos
Replies: 4
Views: 15701
|
Forum: General Help Posted: Mon Sep 17, 2007 4:01 pm Subject: Finding all user profile usernames |
I have just done some more testing and what I need to do is the following
I need to write a registry key in HKEY_CURRENT_USER for every user on a pc
e.g. when logged in as local administrator ... |
Topic: Finding all user profile usernames |
marculos
Replies: 4
Views: 15701
|
Forum: General Help Posted: Mon Sep 17, 2007 2:55 pm Subject: Finding all user profile usernames |
Hi,
Is there an easy was to find out all the users who have logged on to a pc i.e. what are the usernames that have a profile in C:\Documents & Settings ?
I need to find out all the userna ... |
Topic: Issue with @Match |
marculos
Replies: 3
Views: 14256
|
Forum: General Help Posted: Thu Sep 13, 2007 9:38 am Subject: Issue with @Match |
| doh ok it was the brackets so used the @CHR(40) and CHR(41) , sorry !!!!!!!!!!!! |
Topic: Issue with @Match |
marculos
Replies: 3
Views: 14256
|
Forum: General Help Posted: Thu Sep 13, 2007 9:35 am Subject: Issue with @Match |
| or is it the brackets ? excuse my stupidity have not used VDS for a long time ... |
Topic: Issue with @Match |
marculos
Replies: 3
Views: 14256
|
Forum: General Help Posted: Thu Sep 13, 2007 9:32 am Subject: Issue with @Match |
Hi I am trying to do an @MATCH in a file for USMT error Code (status) = 4 but I think the = sign is causing issues.
When I do an @MATCH I get the following 1=4)
The code is below, ideas would b ... |
Topic: LOADLIB in version 4.50 |
marculos
Replies: 1
Views: 9791
|
Forum: General Help Posted: Thu Mar 01, 2007 12:22 pm Subject: LOADLIB in version 4.50 |
Hi,
I am trying to use LOABLIB function in VDS v 4.50 but I am not sure if its supported.
Code is LOADLIB shlwapi.dll
An error is thrown "Invalid command".
Any ideas ? |
Topic: Easy way to concatinate strings |
marculos
Replies: 8
Views: 21439
|
Forum: General Help Posted: Fri Feb 16, 2007 2:24 pm Subject: Easy way to concatinate strings |
| Doh ! Sorry for being so dumb ! thanks |
Topic: Easy way to concatinate strings |
marculos
Replies: 8
Views: 21439
|
Forum: General Help Posted: Wed Feb 14, 2007 4:53 pm Subject: Easy way to concatinate strings |
Hi,
I have had a look at the string functions and havent really found an easy way to concatinate a string, am I missing something ?
e.g. in vb you could just do stringa = stringa & stringb ... |
Topic: Displaying Combo Box element |
marculos
Replies: 1
Views: 9501
|
Forum: General Help Posted: Mon Feb 12, 2007 12:48 pm Subject: Displaying Combo Box element |
| Hi, is there a way to automatically display the first element of a list in a combo box ? Thanks in advance |
Topic: I really do need help now please "Cannot focus a disabl |
marculos
Replies: 3
Views: 13332
|
Forum: General Help Posted: Fri Feb 09, 2007 3:50 pm Subject: I really do need help now please "Cannot focus a disabl |
| Doh ! Many thanks |
Topic: I really do need help now please "Cannot focus a disabl |
marculos
Replies: 3
Views: 13332
|
Forum: General Help Posted: Fri Feb 09, 2007 1:40 pm Subject: I really do need help now please "Cannot focus a disabl |
Hi,
I am tring to display some items that cannot be edited.
e.g.
DIALOG ADD,TEXT,labelCWB,10,10,,,Version:
DIALOG ADD,EDIT,txtNumber,5,100,,,%A
DIALOG DISABLE, txtNumber
then ... |
Topic: Newbie help returning information from dialogs |
marculos
Replies: 1
Views: 10207
|
Forum: General Help Posted: Fri Feb 09, 2007 12:07 pm Subject: Newbie help returning information from dialogs |
| sorrrrrry, found out the code , apologies again ! |
Topic: Newbie help returning information from dialogs |
marculos
Replies: 1
Views: 10207
|
Forum: General Help Posted: Fri Feb 09, 2007 12:01 pm Subject: Newbie help returning information from dialogs |
Hi,
Sorry another stupid question !
How do I assign information from edit controls.
e.g.
DIALOG ADD,EDIT,txtDateAdded,255,100,,,@DATETIME(dd/mm/yyyy)
How do I assign what the user h ... |
| |