drive space

By RoninWarrior on Dec 03, 2005

copy and paste into remotes , then type in /ds /ds2 in any open channel window and it will show the active channel your drive space for C:\ & D:\

alter as needed .

alias ds {
  describe # disk: (C:\) $disk(C:\).label
  describe # size: $disk(C:\).size $bytes($disk(C:\).size),g).suf $+ GB
  describe # free: $disk(C:\).free $bytes($disk(C:\).free),g).suf $+ GB
  describe # type: $disk(C:\).type
}

alias ds2 {
  describe # disk: (D:\) $disk(D:\).label
  describe # size: $disk(D:\).size $bytes($disk(D:\).size),g).suf $+ GB
  describe # free: $disk(D:\).free $bytes($disk(D:\).free),g).suf $+ GB
  describe # type: $disk(D:\).type
}

Comments

Sign in to comment.
RoninWarrior   -  Dec 06, 2005

i agree what ever i use hixxy\'s mts addon he wrote a year or 3 ago it is nice and simple an relatively small in size,thats what i use when i need some color.

 Respond  
Whatever   -  Dec 06, 2005

I don\'t like it when scripts tend to overuse colors...

 Respond  
RoninWarrior   -  Dec 04, 2005

care_taker i my self am not into colors but you may add what ever colors you need to it .

 Respond  
CaRe_Taker   -  Dec 04, 2005

you should add some colour to this :)
other wise i like this :D

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.