Rob2
February 7, 2007, 8:30pm
#1
Can Spark run off a portable drive such as a usb flash drive? I can see the path settings in the .ini files which can be modified but can the the profile (logs and such) also be modified to read / save in an alternate location other than the NT profile path?
LG1
February 7, 2007, 11:31pm
#2
Hi,
it may help to run Spark using a Spark.cmd file instead of the Spark.exe or by using a vmoptions file and set -Duser.home=“F:\foobar”.
LG
References:
Hi, save this script as spark.cmd in your Spark folder, maybe you need to adjust the first lines and then launch Spark using this script instead of Spark.exe. Maybe you need to copy some files from Spark\resources to Spark\lib\windows. I have these...
Hi Matt, it’‘s an AMD 900 MHz with 256 MB, so one could say it’‘s rather old - to access the internet it’'s fine (except of some flash web pages). The Taskmanager has a column named “CPU Time”, the time to show the “Login Screen” with Spark 1.0.4...
Rob2
February 8, 2007, 1:47pm
#3
-Duser.home=… is what I was after. Thank you.