본문 바로가기
?

단축키

Prev이전 문서

Next다음 문서

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

systeminfo_to_sw

조회 수 283

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 file3=\\192.168.4.157\samba\OA_Administrator\_System_info\%ip%_%sn%_sw.txt


wmic product where name="한컴오피스 2010" call uninstall

wmic bios get serialnumber > %file3%

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

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

wmic cpu get name >> %file3%

wmic PATH Win32_PhysicalMemory  get capacity >> %file3%

wmic os get name >> %file3%

wmic os get installdate >> %file3%

wmic nicconfig get ipaddress,caption >> %file3%

wmic product get name,vendor,installdate >> %file3%


taskkill /f /im msiexec.exe /t


exit


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

  2. CASZONE X-TOOLS v4.8.2

  3. No Image 06Dec
    by
    2016/12/06 Views 192 

    systeminfo_vbs.vbs

  4. No Image 06Dec
    by
    2016/12/06 Views 153 

    systeminfo_to_pc

  5. No Image 06Dec
    by
    2016/12/06 Views 159 

    systeminfo_to_samba

  6. No Image 06Dec
    by
    2016/12/06 Views 182 

    cpuz

  7. No Image 13Dec
    by
    2016/12/13 Views 261 

    박과장님께 ㅋㅋ

  8. systeminfo_to_samba

  9. systeminfo_to_pc

  10. systeminfo_to_power

  11. systeminfo_to_services

  12. systeminfo_to_info

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

    systeminfo_to_sw

  14. systeminfo_to_winup

  15. systeminfo_to_vbs

  16. systeminfo_to_tel

  17. systeminfo_to_info_COMPUTERNAME

  18. 날자별 파일별 묶음 배치파일 소스

  19. 1_NAS move 날짜별

  20. 1_PC move 날짜별

  21. 2_NAS copy 복사 mp4

  22. 2_PC copy 복사 mp4

Board Pagination Prev 1 2 3 4 5 6 7 Next
/ 7