Changeset 281 for Include/basic/command.sbp
- Timestamp:
- Jun 26, 2007, 8:49:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/basic/command.sbp
r272 r281 45 45 46 46 Macro EXEC(filePath As String)(cmdLine As String) 47 ShellExecute(0, "open", ToTCStr(filePath), ToTCStr(cmdLine), 0, SW_SHOWNORMAL)47 ShellExecute(0, ToTCStr("open"), ToTCStr(filePath), ToTCStr(cmdLine), 0, SW_SHOWNORMAL) 48 48 End Macro 49 49
Note:
See TracChangeset
for help on using the changeset viewer.