Skip to content

Instantly share code, notes, and snippets.

View digi-ron's full-sized avatar
🏡
Working from home

Ronnie Moore digi-ron

🏡
Working from home
View GitHub Profile
@digi-ron
digi-ron / PortApp.bat
Last active February 20, 2023 06:01
Batch File Application Portabilizer
set APPDATA=%cd%\portable\AppData
set USERPROFILE=%cd%\portable
set TEMP=%cd%\portable\Temp
set TMP=%cd%\portable\Temp
set PROGRAMDATA=%cd%\portable\ProgramData
REM paths set as above to folder in current directory called "portable"
REM start target-app.exe