Author |
Message |
Topic: anyone still here |
Aslan
Replies: 23
Views: 78021
|
Forum: General Help Posted: Mon Jan 30, 2017 3:27 am Subject: anyone still here |
Hi VDS'ers, I really miss this community. The brain trust was amazing to be part of. I still play with VDS a little on Win 7. |
Topic: Converting standard CSV files to XML files |
Aslan
Replies: 5
Views: 19701
|
Forum: General Help Posted: Sun Nov 18, 2012 2:36 am Subject: Converting standard CSV files to XML files |
RUN cmd /c <path>\csv2xml -m=1 < OUT6.csv > OUT6.xml
- or -
directory change,@path(%0)
# or "directory change,@path(<path to exe>)
RUN cmd /c csv2xml -m= ... |
Topic: EXTTEXT |
Aslan
Replies: 4
Views: 18339
|
Forum: Bug Reports Posted: Wed Nov 07, 2012 11:44 pm Subject: EXTTEXT |
What if you put it in quotes? |
Topic: POS Printer |
Aslan
Replies: 1
Views: 11250
|
Forum: General Help Posted: Wed Jun 20, 2012 11:07 pm Subject: POS Printer |
You might try using some of the info in this post
http://forum.vdsworld.com/viewtopic.php?t=4478&start=0&postdays=0&postorder=asc&highlight=printer+port |
Topic: Word Association Thread |
Aslan
Replies: 1522
Views: 1824621
|
Forum: Miscellaneous Posted: Tue Jun 19, 2012 12:45 am Subject: Word Association Thread |
face |
Topic: VDSDB |
Aslan
Replies: 14
Views: 45564
|
Forum: General Help Posted: Mon May 07, 2012 2:11 am Subject: VDSDB |
vds.dll is free. The vdsdb.dll is not part of the vds.dll release.
The last contact I had for Tommy was "tommy@sools.com"
His webpage hasn't been updated for a very long time, but you ... |
Topic: Problem trying to separate table data in variable with PARSE |
Aslan
Replies: 3
Views: 19707
|
Forum: Miscellaneous Posted: Mon May 07, 2012 2:02 am Subject: Problem trying to separate table data in variable with PARSE |
LiquidCode is right. The following should work...
:Child_StockCLICK
%%fspakorderid = @item(Stock,,0)
info %%fspakorderid
end
goto Child_evloop3 |
Topic: Monitor process creation |
Aslan
Replies: 6
Views: 22107
|
Forum: General Help Posted: Fri Apr 06, 2012 7:20 pm Subject: Monitor process creation |
I forgot to mention that the script needs to be run with administrative rights. |
Topic: Monitor process creation |
Aslan
Replies: 6
Views: 22107
|
Forum: General Help Posted: Thu Apr 05, 2012 11:20 pm Subject: Monitor process creation |
Only if you have the GadgetX extension.
The following is an example of being notified when there is a new event log event using the GadgetX extension.
Title WinEventLogCollector
External Gadget ... |
Topic: VDSDB |
Aslan
Replies: 14
Views: 45564
|
Forum: General Help Posted: Thu Apr 05, 2012 11:01 pm Subject: VDSDB |
Try removing the quotes in the %%Display variable.
The quotes will stop it from treating the @db(get) as a function.
Just like this won't work either;
%X = "%Y"
info %X
The result ... |
Topic: VDSDB |
Aslan
Replies: 14
Views: 45564
|
Forum: General Help Posted: Wed Apr 04, 2012 11:11 pm Subject: VDSDB |
I believe the vdsdll helpfile contains documentation that you need.
Note: The bare vdsdb.dll 2.3 doesn't use the DLL command or @DLL() functions.
Just replace "DLL" with "DB" ... |
Topic: VDSDB |
Aslan
Replies: 14
Views: 45564
|
Forum: General Help Posted: Wed Apr 04, 2012 12:25 am Subject: VDSDB |
Teamgreentech,
Check your PM |
Topic: Sending Http strings to browser with md5 encrypted passwords |
Aslan
Replies: 16
Views: 53248
|
Forum: Miscellaneous Posted: Sat Feb 11, 2012 6:21 pm Subject: Sending Http strings to browser with md5 encrypted passwords |
Sorry to sound repetitive but I'm not a Php guy which doesn't matter to help you with this. I need to see an example of what %%Query needs to look like.
Ok, so if I checked everything in the "S ... |
Topic: Sending Http strings to browser with md5 encrypted passwords |
Aslan
Replies: 16
Views: 53248
|
Forum: Miscellaneous Posted: Fri Feb 10, 2012 2:59 am Subject: Sending Http strings to browser with md5 encrypted passwords |
I'm assuming that this is the part you're trying to figure out.
%%Query = @TestChecked(%X)
Registry Write,HLM,SOFTWARE\TGTGMS,ReportQuery,%%Query
Also assuming "@TestChecked(%X)" ... |
Topic: Sending Http strings to browser with md5 encrypted passwords |
Aslan
Replies: 16
Views: 53248
|
Forum: Miscellaneous Posted: Wed Feb 08, 2012 12:22 am Subject: Sending Http strings to browser with md5 encrypted passwords |
Teamgreentech, welcome to VDS
First I'm a bit confused as to what the issue is.
If this is a sudo form then I assume that you aren't actually posting anything until the form is completed in which ... |
|