Dim CheckPath As String
CheckPath = "c:\test\test.dat"
'자기자신 경로에 있을경우
CheckPath = App.Path & "\test.dat"
If Dir(CheckPath) <> "" Then
Shell "hex2000.exe filename.out"
'자기자신 경로에 있을경우
Shell App.Path & "\hex2000.exe filename.out"
End If
'프로그래밍' 카테고리의 다른 글
하드디스크 검사 하드튠 (0) | 2018.03.06 |
---|---|
파티션 복구 포맷 (0) | 2018.03.03 |
비쥬얼베이직 에러 vb ocx error (0) | 2017.05.18 |
vb6 service pack 6 (0) | 2017.03.22 |
[스크랩] sqlite 관련 (0) | 2016.05.18 |