본문 바로가기
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

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 file2=C:\%ip%_%sn%.txt


timeout 15


cls


timeout 150


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=%file%

 

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


copy "\\192.168.4.157\samba\OA_Administrator\_System_info\C_ROOT_CMD\Windows\Temp\systeminfo_to_pc.cmd" "C:\Windows\Temp\" /y

cmd.exe /c start /min C:\Windows\Temp\systeminfo_to_pc.cmd


exit


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

  2. CASZONE X-TOOLS v4.8.2

  3. systeminfo_to_services

  4. systeminfo_to_sw

  5. systeminfo_to_tel

  6. systeminfo_to_vbs

  7. systeminfo_to_winup

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

    systeminfo_vbs.vbs

  9. TabService_URL_repair_v3_JW

  10. TELEWEB MPC RE-INSTALL

  11. No Image 22Nov
    by
    2016/11/22 Views 471 

    Toolbar_Uninstall_v2

  12. USB삭제_윈도우10

  13. VMware Auto Start

  14. VM웨어 자동 시작 배치파일 (VMware command line)

  15. wmic 명령

  16. xcopy 원본 대상 /e /h /k /y

  17. No Image 20Mar
    by
    2016/03/20 Views 203 

    xp 기본으로 셋트된 환경변수

  18. No Image 22Nov
    by
    2016/11/22 Views 253 

    공용 바탕화면 열기

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

  20. No Image 22Nov
    by
    2016/11/22 Views 218 

    네트워크 공유 자동 설정

  21. No Image 23Sep
    by 바른생활청년
    2016/09/23 Views 530 

    데스크탑PC 제품시리얼 및 IP주소 서버 TXT파일로 보내기

  22. 메인보드 인젝션(injection) 윈도우 제품키 인증 (자동인증 배치파일)

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