다른 명령
데브카페에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.
- 2024년 11월 5일 (화) 01:49 Devcafe 토론 기여님이 오토잇 스크립트 샘플 문서를 만들었습니다 (새 문서: == AutoIt Scripts Examples == === AutoInstallation Script === <source lang=autoit> ; ; NComputing AutoInstallation Script v1.1.1.06262012 ; AutoIt Version: 3.0 ; Language: English ; Platform: Win7 ; Author: Matthew Roslevich ; /email/ ; ; Script Function: ; Opens NComputing vSpace Windows 7 x64 installer and fills in the registration information. ; ; Run vSpace installer Run("vSpace_X-6.2.5.4_setup.exe") ; Wait for the vSpace installer window to become active - it i...)