Changeset 364 for trunk/Include/basic/command.sbp
- Timestamp:
- Oct 24, 2007, 12:32:20 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/basic/command.sbp
r303 r364 46 46 47 47 Macro EXEC(filePath As String)(cmdLine As String) 48 ShellExecute(0, ToTCStr("open"), ToTCStr(filePath), ToTCStr(cmdLine), 0, SW_SHOWNORMAL)48 ShellExecute(0, "open", ToTCStr(filePath), ToTCStr(cmdLine), 0, SW_SHOWNORMAL) 49 49 End Macro 50 50
Note:
See TracChangeset
for help on using the changeset viewer.