A Simple batch file to Portablize (most) applications
You can generally use this batch file to portabalize alot of things. Just change the variables to your needs (the set blah=blah lines)
[edit] Fixed to be automatically minimized [/edit]
@echo off
if NOT "%1" == "/Added" (
start /MIN "ShellWM Loader" %0 /Added
goto end
) else (
echo Loading...
)
:: Change these to your app's
:: applicationname is the name of the app
:: (no spaces please)
:: application is the file to run, "" if it has spaces
:: regkey1 is the branch created by the application
:: (Usually HKCU\Software\%applicationname%).