Hi Rene,
if your goal is to open given folder in shell, you can do it in two ways at least:
Uses "OS" String sPath = APP_Path OS_ShellExecute("open", sPath, "", "", %SW_SHOWNORMAL) OS_Shell("explorer.exe " + $DQ + sPath + $DQ)
Petr
Explorer opens but not on the specified path... how do it correct?
OS_Shell("explorer.exe", sPath)
I think there are missing some Forum-sections as beta-testing and support
Hi Rene,
if your goal is to open given folder in shell, you can do it in two ways at least:
Uses "OS" String sPath = APP_Path OS_ShellExecute("open", sPath, "", "", %SW_SHOWNORMAL) OS_Shell("explorer.exe " + $DQ + sPath + $DQ)
Petr
Learn 3D graphics with ThinBASIC, learn TBGL!
Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB
thanks.
I think there are missing some Forum-sections as beta-testing and support
Bookmarks