본문 바로가기

ㅁ 간단한 정보 출력 파일 만들기

 

wmic OS get Caption,CSDVersion,OSArchitecture,Version > info231106_1.txt

 

wmic product get name, version, vendor, installdate > info231106_2.txt

 

net users > info231106_3.txt

 

copy info231106_1.txt + info231106_2.txt + info231106_3.txt info231106_total.txt.txt /B

 

del info231106_1.txt info231106_2.txt info231106_3.txt

 

start %userprofile%

 

 

긁어서 cmd 복사 혹은 배치파일로 만들면, 현재 로그온 한 유저파일에 txt 파일로 위 정보들이 긁혀서 묶임

 

별 한개 없는 초심자용