Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Sep 2nd, 2012  |  syntax: None  |  size: 1.46 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. md Documents_Eleves
  2. cd Documents_Eleves
  3.  
  4. md Tree
  5. md Réseau
  6. md Informations
  7. cd Tree
  8.  
  9. md Windows
  10. md Users
  11. md "Program Files"
  12. md Programmes
  13.  
  14. cd Windows
  15.  
  16. tree /f C:/Windows/Boot > Document1.txt
  17. tree /f C:/Windows/system > Document2.txt
  18. tree /f C:/Windows/System32 > Document3.txt
  19. tree /f C:/Windows/Temp > Document4.txt
  20.  
  21. cd ../
  22. cd Users
  23.  
  24. tree /f C:/Users > Document1.txt
  25.  
  26. cd ../
  27. cd "Program Files"
  28. tree "C:/Program Files (x86)" > Document_global.txt
  29. tree /f "C:/Program Files (x86)/Microsoft" > Document1.txt
  30. tree /f "C:/Program Files (x86)/Google" > Document2.txt
  31. tree /f "C:/Program Files (x86)/Internet Explorer" > Document3.txt
  32. tree /f "C:/Program Files (x86)/Java" > Document4.txt
  33. tree /f "C:/Program Files (x86)/Intel" > Document5.txt
  34. tree /f "C:/Program Files (x86)/Hp" > Document6.txt
  35. tree /f "C:/Program Files (x86)/Mozilla Firefox" > Document7.txt
  36. tree /f "C:/Program Files (x86)/Adobe" > Document8.txt
  37. tree /f "C:/Program Files (x86)/Sony" > Document9.txt
  38.  
  39. cd ../
  40. cd Programmes
  41.  
  42. tree /f "C:/Program Files/Common Files" > Document1.txt
  43. tree /f "C:/Program Files/Windows Defender" > Document2.txt
  44.  
  45.  
  46. cd ../
  47. cd ../
  48.  
  49. cd Réseau
  50.  
  51. netstat -e > statistiques_ethernet.txt
  52. netstat -a > connexion_ports_ecoute.txt
  53. netstat -n > connexions_entrees_sorties.txt
  54. netstat -t > connexion_dechargement_actuel.txt
  55. ipconfig /all > ipconfig.txt
  56.  
  57. cd ../
  58. cd Informations
  59.  
  60. vol > nomdisque.txt
  61. systeminfo > systeminfo.txt
  62. ver > Version_windows.txt