전체 글203 ImageButton 소스 원보 사이트 : https://www.codeproject.com/Articles/285765/Image-Button-Base 2019. 11. 5. Windows 작업 스케줄 입력 명령어 2 'If File.Exists(UpdatePath) = True Then ' 'Dim 시작위치 As String = Environment.GetFolderPath(Environment.SpecialFolder.Startup) & "\" & StartName ' 'File.Delete(시작위치) ' Dim CHK_Process As New Process() ' Dim CHK_CMD As New ProcessStartInfo ' CHK_CMD.UseShellExecute = False ' CHK_CMD.RedirectStandardOutput = True ' CHK_CMD.FileName = "cmd.exe" ' CHK_CMD.Arguments = "/c SCHTASKS /Query" ' CHK_CMD.Cre.. 2019. 10. 29. 윈도우 작업스케줄 자동삭제 배치 파일 및 vbs를 이용해 백그라운드 실행 2019. 10. 22. Windows 작업 스케줄 입력 명령어 Private Sub GoManager_main_Shown(sender As Object, e As EventArgs) Handles Me.Shown '-- 시작할때 스케줄 체크해서 실행하기 -- 실제로 설치했을때만 스케줄을 등록 Dim UpdateAppName As String = "AutoUpdate" '-- 업데이트 파일명(영문파일이름) Dim ProgramFolder As String = "TOPKIS" '-- 설치폴더명 Dim UpdatePath As String = System.Environment.GetFolderPath(System.Environment.SpecialFolder.ProgramFiles) UpdatePath += "\" & ProgramFolder & "\" & UpdateA.. 2019. 9. 4. 이전 1 ··· 16 17 18 19 20 21 22 ··· 51 다음