| Author |
Message |
Topic: how to #define ? |
harry
Replies: 2
Views: 12622
|
Forum: General Help Posted: Tue Mar 04, 2008 4:29 pm Subject: how to #define ? |
| Thank you Aslan |
Topic: how to #define ? |
harry
Replies: 2
Views: 12622
|
Forum: General Help Posted: Tue Mar 04, 2008 1:11 am Subject: how to #define ? |
well i thought i'd try out vds5 again, i downloaded it a while ago
and am having trouble with vds extensions
how do you set it up ?
i guess it would start with :
EXTERNAL VDSUG.DLL
#define com ... |
Topic: how to find a process |
harry
Replies: 1
Views: 10953
|
Forum: General Help Posted: Tue Mar 04, 2008 12:18 am Subject: how to find a process |
think i found it...
seems it is a sub command under LIST-winlist
thanks anyway
harry |
Topic: how to find a process |
harry
Replies: 1
Views: 10953
|
Forum: General Help Posted: Fri Feb 29, 2008 2:01 am Subject: how to find a process |
i need to find a process(program) that is running
in xp i find it has a name myprogram.exe
can it be found in vds 4.5 with this name?
thanks. |
Topic: have program wait a month? |
harry
Replies: 4
Views: 18161
|
Forum: General Help Posted: Wed Jan 02, 2008 11:24 pm Subject: have program wait a month? |
| any other route??? |
Topic: have program wait a month? |
harry
Replies: 4
Views: 18161
|
Forum: General Help Posted: Wed Jan 02, 2008 9:01 pm Subject: have program wait a month? |
hi guys,
say what is the best way to have a program wait for
30 days and then to do its job and then wait untill the end on the next month and repeat?
oh yeah its with vds4
thanks |
Topic: absolute no matter what stop program |
harry
Replies: 15
Views: 38796
|
Forum: General Help Posted: Sat Oct 20, 2007 10:55 pm Subject: absolute no matter what stop program |
a 18 year old is not too bad....
i have a 33 year old thats been to iraq and back and now a grandson ....yeiks!! that'll age ya. oh well, at least i still have all
my hair! |
Topic: absolute no matter what stop program |
harry
Replies: 15
Views: 38796
|
Forum: General Help Posted: Fri Oct 19, 2007 8:50 pm Subject: absolute no matter what stop program |
its good that there are some , lots of code samples here and on my
computers otherwise i'd be extra braindead with VDS by now.......
i'm sure you still have kids how about the wifetype? same one ... |
Topic: absolute no matter what stop program |
harry
Replies: 15
Views: 38796
|
Forum: General Help Posted: Fri Oct 19, 2007 3:15 pm Subject: absolute no matter what stop program |
that no lablel thing (timer1ctdown)
doesn't seem to bother it . i've had the progy running for
about 14hours now and the timer goes off (completes its cycle)
every 3mins. to 9 mins dependi ... |
Topic: file compair , perhaps a dll?? |
harry
Replies: 2
Views: 12200
|
Forum: General Help Posted: Fri Oct 19, 2007 2:52 pm Subject: file compair , perhaps a dll?? |
here's what i hacked up, works so far
(vds4)
EXTERNAL string.DLL
list create,1
list create,2
list create,3,sorted
list filelist,3,c:\windows\desktop\alerts\*.txt,
list seek,3,0
rem the f ... |
Topic: file compair , perhaps a dll?? |
harry
Replies: 2
Views: 12200
|
Forum: General Help Posted: Thu Oct 18, 2007 10:13 pm Subject: file compair , perhaps a dll?? |
ok so on to the next problem..
i want to compair the contents of some files so there is no dups,
the file names may be different but the contents are the same
so is there a dll(freeware) that m ... |
Topic: absolute no matter what stop program |
harry
Replies: 15
Views: 38796
|
Forum: General Help Posted: Thu Oct 18, 2007 8:06 pm Subject: absolute no matter what stop program |
hey Garrett you still in tacoma??
anyway its good to see that lots of you guys are still here.
i don't use vds enough and its maybe a year or more between progys...
so thanks for answering my br ... |
Topic: absolute no matter what stop program |
harry
Replies: 15
Views: 38796
|
Forum: General Help Posted: Wed Oct 17, 2007 9:25 pm Subject: absolute no matter what stop program |
so the timer can be interrupted/termanated with a key stroke?
your suggestions are helpful even if your not really knowing exactly what i'm doing ( and that includes me too) thanks |
Topic: absolute no matter what stop program |
harry
Replies: 15
Views: 38796
|
Forum: General Help Posted: Wed Oct 17, 2007 8:10 pm Subject: absolute no matter what stop program |
i thought
until @equal(%%event,KillButton)
was my primary condition?
i tried that a while back and it doesn't stop the progy
this progy sits and runs through at 180-900 seconds waiting until ... |
Topic: absolute no matter what stop program |
harry
Replies: 15
Views: 38796
|
Forum: General Help Posted: Wed Oct 17, 2007 5:48 pm Subject: absolute no matter what stop program |
Ok , so i 've been trying to get a stop routine
that will work in a program with a long "wait" in a "repeat"
i have a
until @event(killbutton)
but that won't stop it when in ... |
| |