05-04-2005, 08:48 PM
amazing.
so here is my desktop.ini script, which is currently triggered by powerpro's
context handler.
Format Context *.exe
qm.macro("desktop_ini",_file_)
so here is my desktop.ini script, which is currently triggered by powerpro's
context handler.
Format Context *.exe
qm.macro("desktop_ini",_file_)
function $_file
dll shlwapi.dll #PathMakeSystemFolder $pszPath
str s.getpath(_file)
str d_ini.format("%sdesktop.ini" s)
rset("0" "ConfirmFileOp" ".ShellClassInfo" d_ini)
rset("0" "IconIndex" ".ShellClassInfo" d_ini)
rset(_file "IconFile" ".ShellClassInfo" d_ini)
rset("test" "InfoTip" ".ShellClassInfo" d_ini)
PathMakeSystemFolder s