본문 바로가기
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
배치파일
2016.12.31 14:57

systeminfo_to_info

조회 수 286

c:
cd\
cls


for /f "tokens=1-2 delims=:" %%a in ('ipconfig^|find "IPv4"') do set ip=%%b
set ip=%ip:~1%

for /F "tokens=2 delims==" %%s in ('wmic bios get serialnumber /value') do set sn=%%s

echo IP address : %ip%

echo Computer Serical Number : %sn%

set file=\\192.168.4.157\samba\OA_Administrator\_System_info\%ip%_%sn%.txt

set file4=\\192.168.4.157\samba\OA_Administrator\_System_info\%ip%_%sn%_cpu.txt

set file2=C:\%ip%_%sn%.txt


timeout 15


wmic bios get serialnumber > %file%

wmic computersystem get "Model","Manufacturer" >> %file%

wmic computersystem get "Name", "UserName" >> %file%

wmic cpu get name >> %file%

wmic PATH Win32_PhysicalMemory  get capacity >> %file%

wmic os get name >> %file%

wmic os get installdate >> %file%

wmic nicconfig get ipaddress,caption >> %file%

wmic nicconfig get macaddress,caption >> %file%

 

C:\Windows\Temp\cpuz\cpuz.exe -txt=%file4%

 

wmic bios get serialnumber > %file2%

wmic computersystem get "Model","Manufacturer" >> %file2%

wmic computersystem get "Name", "UserName" >> %file2%

wmic cpu get name >> %file2%

wmic PATH Win32_PhysicalMemory  get capacity >> %file2%

wmic os get name >> %file2%

wmic os get installdate >> %file2%

wmic nicconfig get ipaddress,caption >> %file2%

wmic nicconfig get macaddress,caption >> %file2%


timeout 15

cls

exit


  1. CASZONE X-TOOLS Add-On v1.6.3

  2. CASZONE X-TOOLS v4.8.2

  3. 원격데스크톱_포트변경

  4. 전원옵션 최적화 CMD

  5. mstsc_history_delete

  6. CMD 레지스트리 값 입력 (IMPORT) iexplore.exe

  7. TELEWEB MPC RE-INSTALL

  8. ie_Toolbar_Uninstall_v5

  9. Start_Page

  10. TabService_URL_repair_v3_JW

  11. 시스프렙_ Sysorep 횟수 초기화

  12. 시디키 자동 변경

  13. mega_start_v1611-25

  14. mpc_start_v2

  15. pc_setting_v1

  16. CompName

  17. 힣!mstsc_history_delete

  18. systeminfo_to_samba

  19. systeminfo_to_pc

  20. systeminfo_to_power

  21. systeminfo_to_services

  22. No Image 31Dec
    by 관리자
    2016/12/31 in 배치파일
    Views 286 

    systeminfo_to_info

Board Pagination Prev 1 2 3 Next
/ 3