| Author |
Message |
Topic: Messages or Dialogs in foreground |
thomas
Replies: 1
Views: 9656
|
Forum: General Help Posted: Tue Sep 14, 2004 8:22 am Subject: Messages or Dialogs in foreground |
Is it possible to promt a message or a dialog in foreground and leave them there (like task manager => always on top)? So all other windows are in backround.
Thanks!!
Thomas |
Topic: identify the network speed |
thomas
Replies: 1
Views: 9222
|
Forum: General Help Posted: Mon Jul 12, 2004 12:18 pm Subject: identify the network speed |
Hello,
I want to identify the network speed.
Backround:
If a ISDN Connection with 64 kbit/s is active than I need another programm to start as with the LAN with 100 mbit/s. |
Topic: free disc space on a Share |
thomas
Replies: 1
Views: 9791
|
Forum: General Help Posted: Tue May 11, 2004 10:28 am Subject: free disc space on a Share |
Hello,
I want to know the free disc space on a Share. The Share is reachable by \\Server\Share. I do not want to map this share to get a drive letter.
Is this possible??
@volinfo(\\servernam ... |
Topic: Exception: out of system resource at line 4430 |
thomas
Replies: 6
Views: 18176
|
Forum: General Help Posted: Fri Feb 13, 2004 2:09 pm Subject: Exception: out of system resource at line 4430 |
| Yes I comiled at first. |
Topic: Exception: out of system resource at line 4430 |
thomas
Replies: 6
Views: 18176
|
Forum: General Help Posted: Fri Feb 13, 2004 7:12 am Subject: Exception: out of system resource at line 4430 |
A reboot does not help.
My script have 4754 lines and is 91 kb.
The Version of VDS is 4.5, the OS where the script is run is Windows XP Pro. |
Topic: Exception: out of system resource at line 4430 |
thomas
Replies: 6
Views: 18176
|
Forum: General Help Posted: Thu Feb 12, 2004 6:10 pm Subject: Exception: out of system resource at line 4430 |
I get the following errer with my vds script:
Exception: out of system resource at line 4430
Do anybody now a solution or know the reason?
First I get this error at line 4430 then at 4435.
... |
Topic: dialog (click OK automatically) |
thomas
Replies: 1
Views: 8918
|
Forum: General Help Posted: Fri Feb 06, 2004 7:15 am Subject: dialog (click OK automatically) |
Hello,
I have an application that creat a dialog with one Button OK.
Now I want to identify this dialog with vds script and then confirm the OK Button with the script, so the application continu ... |
Topic: delete ini file entry |
thomas
Replies: 10
Views: 20032
|
Forum: General Help Posted: Wed Jan 21, 2004 11:45 am Subject: delete ini file entry |
Hello,
I have a ini file like this:
[test]
test1=11223
test2=
Test3=5
Now I need to delete the parameter test2. So the follow ini are the result:
[test]
test1=11223
Test3=5
Does an ... |
Topic: kill Tasks that have no window shown |
thomas
Replies: 3
Views: 14380
|
Forum: General Help Posted: Mon Nov 17, 2003 3:40 pm Subject: kill Tasks that have no window shown |
Hello,
first I want to check if a task (application) is started. This task has no active window. So the function @winactive does not work for this.
At secound step I want to kill this task over ... |
Topic: kill Tasks |
thomas
Replies: 10
Views: 24362
|
Forum: General Help Posted: Thu Apr 17, 2003 8:49 am Subject: kill Tasks |
Thanks Serge,
but the Tasks (EXE-Files) that I want to kill, have no window. So, winlist do not lists this file. |
Topic: kill Tasks |
thomas
Replies: 10
Views: 24362
|
Forum: General Help Posted: Thu Apr 17, 2003 6:45 am Subject: kill Tasks |
Hello,
I have a List of 32 EXE - Files. Now I need a Funktion that look for each Exe file, if this File is started. When the File is startet (as a Task at Taskmanager) than this Exe must be killed. ... |
Topic: close dialog |
thomas
Replies: 2
Views: 9801
|
Forum: General Help Posted: Tue Apr 15, 2003 10:07 am Subject: close dialog |
Hello,
I want to close a dialog. The follow script does not do this. I get always the "window is open"-message. Whats wrong?
dialog create,dialog1,0,0,0,0,Class dialog1
if @winexists(dialog1 ... |
Topic: Copy directory |
thomas
Replies: 4
Views: 14373
|
Forum: General Help Posted: Wed Apr 09, 2003 1:00 pm Subject: Copy directory |
Hello,
I want to move a Directory with some subdirectory´s and files, like this:
c:\test
c:\test\test2
c:\test\test2.txt
c:\test\test\test
c:\test\test\test\test2
Now I have tried to rena ... |
Topic: task tracking |
thomas
Replies: 9
Views: 23238
|
Forum: General Help Posted: Wed Apr 02, 2003 10:10 am Subject: task tracking |
Thanks!!
But I can not use the function @winexits, becouse my application shown no window. The EXE File is only seeable in the task manager as a task.
Another Idea? |
Topic: task tracking |
thomas
Replies: 9
Views: 23238
|
Forum: General Help Posted: Wed Apr 02, 2003 9:07 am Subject: task tracking |
Hello,
if it possible to track task with vds script?
I have a compiled vds-script. The problem is now, that I can start this program repeatedly, but I want that I can start this program only ... |
| |