Advertisement
GordCaswell

ZimPortableCustomNSH

Nov 6th, 2011
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ${SegmentFile}
  2.  
  3. ${SegmentPre}
  4.     FindFirst $0 $1 $DataDirectory\.local\share\zim\application\*.desktop
  5.     ${DoUntil} $1 == ""
  6.         ${ReplaceInFile} "$DataDirectory\.local\share\zim\application\$1" "$LastDrive\" "$CurrentDrive\"
  7.         ${ReplaceInFile} "$DataDirectory\.local\share\zim\application\$1" "$LastDrive/" "$CurrentDrive/"
  8.         FindNext $0 $1
  9.     ${Loop}
  10.     FindClose $0
  11. !macroend
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement