PDA
$threadinfo[title]
-


Exile90
November 19th, 2002, 04:45
Hey,

Great scriipt but.. I have a problem with the script not reporting my C: hd.
When I select Hard Drive info from the menu here's what I get:
HD: [D:MOON HEEJUN] 1.82/74.51 GB [E:KANG TA] 51.34/114.27 GB [F:S.E.S] 74.46/74.53 GB
No sign of my C: ??? But if i do /hdspace c: I get:
[c:] 5.55/9.30 GB

Drives info (may give you some clues):
c: Seagate ST310211A
d: Maxtor 4K080H4
e: Maxtor 4G120J6
f: Maxtor 4K080H4

Also.. since I'm already posting here here's few more things I noticed:
- no firewire drives support? couldn't get my drive to show. (shows up ok with moo/tcl for xircon)
- no usb network card?

I think that'd be all.. for now.. ;)

Thanks

aprentice
November 19th, 2002, 05:57
Originally posted by Exile90
Hey,

Great scriipt but.. I have a problem with the script not reporting my C: hd.
When I select Hard Drive info from the menu here's what I get:
HD: [D:MOON HEEJUN] 1.82/74.51 GB [E:KANG TA] 51.34/114.27 GB [F:S.E.S] 74.46/74.53 GB
No sign of my C: ??? But if i do /hdspace c: I get:
[c:] 5.55/9.30 GB

Drives info (may give you some clues):
c: Seagate ST310211A
d: Maxtor 4K080H4
e: Maxtor 4G120J6
f: Maxtor 4K080H4


What version of the DLL are you using?
If you are using the newest and its still not showing up right, try the "/oldhd" command.


Also.. since I'm already posting here here's few more things I noticed:
- no firewire drives support? couldn't get my drive to show. (shows up ok with moo/tcl for xircon)
- no usb network card?



About the drive support, im looking into solutions.
SJR submitted new code for internet device etc related stuff which will get added to the next version.



I think that'd be all.. for now.. ;)

Thanks

I hope :happy:
Np

Exile90
November 19th, 2002, 06:21
RE: dll version:

* KEL_ is using DarkEngine Professional 1.06 - www.darkengine.net
* KEL_ is using de.mrc v1.11 (written by: apexad (dll: Aprentice))

and thanks for the tip about the /oldhd command.. it worked! :bunny:

Now since I'm here again.. :colgate:
How about dividing the hd info into more options.. Sometimes I do want to display all my hd drives including network mapped drives.. But sometime I'd preffer just to display my local drives or only mapped drives. Just an idea.. :innocent:

Thanks again. :thumbsup:

/me is back to bugging akito.. :inlove:

aprentice
November 19th, 2002, 21:59
that feature is already there :P

the function is: hdspace

you can do /hdspace (drive letter)
or you can set a string in the remote and pass it the parameters.

thnx

Edit: For example

alias hdspace {
set %c_drive $dll(darkenginepro.dll,spechdspace,c)
set %d_drive $dll(darkenginepro.dll,spechdspace,d)
msg $active Drives: %c_drive %d_drive
}