윈도우 설정 수집

Jmnote (토론 | 기여)님의 2012년 7월 19일 (목) 11:24 판 (새 문서: ;윈도우 설정 기록 ;윈도우 설정 수집 ==스크립트== <source lang='bash'> for /f "tokens=1" %a in ('hostname') do set hostname=%a set today=%date:~0,4%%date:~5,2%%date:...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
윈도우 설정 기록
윈도우 설정 수집

1 스크립트

for /f "tokens=1" %a in ('hostname') do set hostname=%a
set today=%date:~0,4%%date:~5,2%%date:~8,2%
set today=%date%
echo %hostname%.%date%.txt

2 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}