AutoIT V3 如何调用windows资源管理器?请各位兄弟指教 ! ! !
用ShellExecute函数来调用Windows资源管理器:
#include <Constants.au3> ShellExecute("explorer.exe", "C:\path\to\folder", "", "", @SW_SHOW)