home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 64 / CDPRO64.iso / UTILIDADES / java / rdmclient.jar / r / c.c < prev    next >
Encoding:
Text File  |  2005-09-18  |  873 b   |  26 lines

  1. Windows=X windows <Window title!*>
  2. Drives=X disklist 
  3. Processes=X processes <Process substr!*> <:Sort by;:Unsort;/N:Process name;/T:Total time;/C:CPU usage;/M:Memory;/H:Handles count>
  4. Services=X services <Service substr!*> <:Sort by;/N:Service name;/S:Service state>
  5. System info=X sysinfo <:Interval;5:Quick (5 sec);15:More exact (15 sec)>
  6. Hardware info=X hardware 
  7. Reboot/Shutdown=X shutdown <:Mode;r:Reboot;s:Shutdown;p:Power off;l:Logout> <:;f:Force+> 
  8. Send message=[]
  9.  
  10. #Windows
  11. Close window=X winctrl <Win handle> /c
  12. Close application=X kill <Process id>
  13. Kill process=X kill <Process id> /f
  14.  
  15. #Processes
  16. Close application=X kill <Process id>
  17. Kill process=X kill <Process id> /f
  18.  
  19. #Services
  20. Start=X svsctrl <Name> /S
  21. Stop=X svsctrl <Name> /P
  22. Auto startup=X svsctrl <Name> /A
  23. Manual startup=X svsctrl <Name> /M
  24. Disable startup=X svsctrl <Name> /D
  25.  
  26.