Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PathMakeSystemFolder Function
#3
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_)

Code:
Copy      Help
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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)