태그>wscript(총 5개의 글)
'wscript' 관련 최근글
-
- 파일날짜를 파일명에 맞추어 수정하는 스크립트

-
Everything is pointless from a certain perspective. by utena|2017/12/02 11:20
만든 이유 폰카로 찍은 사진들을 이리저리 백업/이동하고 나니 날짜가 2800년으로 되거나하는 멍멍같은 일이 생겨서 최종적으로 날짜를 제대로 바꿔주기 위함. -=-=-=-=-=-=-=-=-=- 코드 시작 -=-=-=-=-=-=-=-=-=- ' 사용상 주의점 ' 1. 파일명에 날짜와 ..
- 파일날짜를 파일명에 맞추어 수정하는 스크립트
-
-
- Pure Sleep function for VB Script

-
Future of Web by 루디|2009/06/11 15:18
Sub Sleep(intSeconds) dteStart = Time() dteEnd = DateAdd("s", intSeconds, dteStart) While dteEnd > Time() DoNothing Wend End Sub Sub DoNothing 'While/Wend has quirks when it is empty End Sub 간단하지..
- Pure Sleep function for VB Script



