Advertisement
GordCaswell

pChatCustomNSH

Apr 24th, 2012
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ${SegmentFile}
  2.  
  3. Var DefaultDccDirectory
  4.  
  5. ${SegmentInit}
  6. IfFileExists $PortableAppsDirectory\PortableApps.com\PortableAppsPlatform.exe" "" NoPlatform
  7.     ${SetEnvironmentVariable} DefaultDccDirectory "$PortableApps.comDocuments"
  8.     Goto TheEnd
  9.     NoPlatform:
  10.     CreateDirectory $EXEDIR\Data\Downloads
  11.     ${SetEnvironmentVariable} DefaultDccDirectory "$EXEDIR\Data\Downloads"
  12.     TheEnd:
  13. !macroend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement