본문 바로가기
?

단축키

Prev이전 문서

Next다음 문서

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

@echo off
c:
cd\
cls

md "D:\_PC교체(전)백업"

set file="D:\_PC교체(전)백업\_기존PC_컴퓨터정보.txt"
set file3="D:\_PC교체(전)백업\_기존PC_프린트.txt"

echo. ───────────────────────── 
echo. 교체 전 - 기존 PC 정보 
echo. ───────────────────────── 
echo. 
echo.컴퓨터 이름, 사용자 이름 
echo. 

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

echo. 
echo.기존 PC본체 시리얼 
echo. 

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

echo. 
echo. ───────────────────────── 
echo. 프린트 이름, 포트 이름, 공유 이름 
echo. ───────────────────────── 

wmic printer get "Name", "PortName", "ShareName"
wmic printer get "Name", "PortName", "ShareName" >> %file3%

pause


List of Articles
날짜 카테고리 제목 조회 수
2019.09.18 배치파일 CASZONE X-TOOLS Add-On v1.6.3 file 2050
2019.09.01 배치파일 CASZONE X-TOOLS v4.8.2 file 1704
2018.11.29 배치파일 USB삭제_윈도우10 file 619
2016.10.24 배치파일 TELEWEB MPC RE-INSTALL 370
2016.11.22 배치파일 TabService_URL_repair_v3_JW 257
2016.12.31 배치파일 systeminfo_to_winup 252
2016.12.31 배치파일 systeminfo_to_vbs 311
2016.12.31 배치파일 systeminfo_to_tel 272
2016.12.31 배치파일 systeminfo_to_sw 282
2016.12.31 배치파일 systeminfo_to_services 272
2016.12.31 배치파일 systeminfo_to_samba 258
2016.12.31 배치파일 systeminfo_to_power 270
2016.12.31 배치파일 systeminfo_to_pc 276
2017.01.11 배치파일 systeminfo_to_info_COMPUTERNAME 396
2016.12.31 배치파일 systeminfo_to_info 286
2016.11.22 배치파일 Start_Page 406
2021.01.20 배치파일 ROBOCOPY 나만의 파일 자동 백업 배치파일 만들기 file 2536
2016.12.06 배치파일 pc_setting_v1 346
2021.04.28 배치파일 OneDrive Delete Batch 1734
2016.10.21 배치파일 mstsc_history_delete 312
2016.12.06 배치파일 mpc_start_v2 269
2016.12.06 배치파일 mega_start_v1611-25 287
Board Pagination Prev 1 2 3 Next
/ 3