| View previous topic :: View next topic |
| Author |
Message |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
|
| Back to top |
|
 |
marty Professional Member


Joined: 10 May 2001 Posts: 789
|
Posted: Mon May 03, 2004 11:38 am Post subject: |
|
|
Excellent LITTLE extension!
One thing that would be good, altho it is possible with VDS coding, is to have the CD-ROM(s) drive letter(s) in a single command... Just a suggestion...
Thanks a lot!
Last edited by marty on Tue May 04, 2004 12:30 am; edited 1 time in total |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Mon May 03, 2004 1:47 pm Post subject: |
|
|
I'll keep it in mind...
Greetz
Dread _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Mon May 03, 2004 2:59 pm Post subject: |
|
|
Aaaah, while I had everything fresh in mind, I added a new function @DiskNMem(DrvType,[drive type to list])
The second param to the function may be HDD, CD, REMOVABLE, RAM,
or NETWORK - only one at a time.
The DLL will return a list of the drives found matching the specified type.
Version 1.2 uploaded.
Greetz
Dread _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Mon May 03, 2004 8:39 pm Post subject: |
|
|
EXCELLENT  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
marty Professional Member


Joined: 10 May 2001 Posts: 789
|
Posted: Tue May 04, 2004 12:30 am Post subject: |
|
|
Hehehe... thanks so much! |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Tue May 04, 2004 11:14 am Post subject: |
|
|
I found a glitch with 9x systems; I know where the problem lies, now I just need to figure out
how to fix it
I guess there will be a revised version out later today (some time after work).
Greetz
Dread _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Wed May 05, 2004 6:36 am Post subject: |
|
|
W9x problem should be fixed. Version 1.3 uploaded.
New functions added:
IsOpen - test whether is file is locked by a program
CRC32 - file CRC32 value
DelOnReboot - set up file for deletion upon Win reboot
MakeDummy - create dummy file of specified size
Greetz
Dread _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
marty Professional Member


Joined: 10 May 2001 Posts: 789
|
Posted: Wed May 05, 2004 11:29 am Post subject: |
|
|
Great update! Hope your have more bugs like that so you can add more features ...
Thanks |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Wed May 05, 2004 12:22 pm Post subject: |
|
|
He-he, I hope the thing is not too buggy.
Hopefully there are better ways to add stuff - e.g. the project may still be open to manageable suggestions...
Greetz
Dread _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
bbelcher Contributor

Joined: 30 Jul 2002 Posts: 172
|
Posted: Wed May 05, 2004 1:02 pm Post subject: |
|
|
| Again a great DLLl from ya. THANKS. Dr. Dread. |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Thu May 06, 2004 10:28 am Post subject: |
|
|
Cool updates!  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
marty Professional Member


Joined: 10 May 2001 Posts: 789
|
Posted: Thu May 06, 2004 11:22 am Post subject: |
|
|
Hi, Im having a problem under Windows 2000, I the code below included in a :timer that is called every 1 second, and sometimes I get errors 27.
| Code: | %%memoryfree = @DiskNMem(PhysMem,free)
%%memorytotal = @DiskNMem(PhysMem,,) |
Any ideas?
Memory on my system is:
256 Megs
CPU PIII 800
Thanks |
|
| Back to top |
|
 |
marty Professional Member


Joined: 10 May 2001 Posts: 789
|
Posted: Wed May 12, 2004 11:39 am Post subject: |
|
|
Dread any updates why I get the above problem? Workarounds?
Thanks...
And dont forget to reply about the donation I offered you also  |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Wed May 12, 2004 12:35 pm Post subject: |
|
|
Sorry, marty! Didn't see your first report at all
I will have a look at it sometime later and see what can be found. Sounds like the DLL runs into an exception...
Greetz
Dread _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
|