digitalxmasta Posted February 20, 2002 Share Posted February 20, 2002 ive been tryin to get mine to work for a while now, but ive sort of given up. If anyone could write me a code that included proc usage, memory total/used/free, threads/processes, drive stats for drives c, e, x, y, and z, (free/total), uptime, date and time i'd really appreciate it. Link to comment Share on other sites More sharing options...
StimpyX Posted February 20, 2002 Share Posted February 20, 2002 How's this: <pre> Processor Usage: <NAME=ProcUsage LEADZERO SIZE=3 FORMAT="ALL">% RAM Total/Used/Free: <NAME=RAMTotal>M/<NAME=RAMUsed>M/<NAME=RAMFree>M Threads/Processes: <NAME=Threads>/<NAME=Processes> Drive C: <NAME=DriveSpace FORMAT="C FREE">M/<NAME=DriveSpace FORMAT="C TOTAL">M Drive E: <NAME=DriveSpace FORMAT="E FREE">M/<NAME=DriveSpace FORMAT="E TOTAL">M Drive X: <NAME=DriveSpace FORMAT="X FREE">M/<NAME=DriveSpace FORMAT="X TOTAL">M Drive Y: <NAME=DriveSpace FORMAT="Y FREE">M/<NAME=DriveSpace FORMAT="Y TOTAL">M Drive Z: <NAME=DriveSpace FORMAT="X FREE">M/<NAME=DriveSpace FORMAT="Z TOTAL">M Up: <NAME=Uptime FORMAT="*d* days, *H* hrs, *M* mins"> Date: <NAME=DateTime FORMAT="dd/mm/yyyy hh:nn"> </pre> Link to comment Share on other sites More sharing options...
digitalxmasta Posted February 20, 2002 Author Share Posted February 20, 2002 that'll do! thanks a lot ;) Link to comment Share on other sites More sharing options...
Recommended Posts