portable secondlife

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Post Reply
Message
Author
Bertl01
Posts: 10
Joined: Thu Mar 16, 2006 3:30 am

portable secondlife

#1 Post by Bertl01 »

I found this post




: This script will launch Second Life.
: When SL is closed, it will delete temp
: directories that cause PSU Lab problems.
: For this script to work, the folder
: containing the Second Life application
: (SecondLife) must be in the same directory
: as this script.

@ECHO OFF
ECHO Please leave this window open.
ECHO IGNORE ANY "Profile Storage Space" MESSAGES YOU SEE!
ECHO Now launching Second Life...
ECHO.
PAUSE
CD /d %~dp0
CD SecondLife
START /wait SecondLife.exe
RMDIR /q /s "%APPDATA%\SecondLife"
ECHO.
ECHO Second Life is closing. Now cleaning up your temp files...
ECHO.
PAUSE
CLS
EXIT


has anyone tried this yet?
Bertl01

User avatar
Alexander
Posts: 38
Joined: Sun Aug 13, 2006 8:45 am
Contact:

#2 Post by Alexander »

Yep, I tried it with 1.13.2.12 and it worked out.

Anywaym I recommend you to backup your installation before trying to make it portable. I heard unsuccessful testimonials.

Post Reply