I`m doing a custom install of scratch to go on our RM network, I`d like to create a installable package which can be deployed accross our network. so far I have downloaded the zip file from the website containing all the files and folders (usually used to run from USB pen drives) I have edited the Scratch.ini filder to show
Home=N:\
VisibleDrives=N:\
which are the home drives for the students. I then repackaged it using NSIS so now when I install it, it installs the modified version of scratch.ini
My problem is now only the N:\ drive is accessable which is exactly what I want but, when you first save it defaults to the projects folder on the C:\ drive I dont want it to do this I want it to go straight to the students home folder.
am I missing something?
Offline
That is weird, it should work fine. I'll leave the judgement to the experts.
Offline
Change what you put in Scratch.ini to this:
Home=N:
VisibleDrives=N:\
Last edited by IHeartGaming (2011-07-01 10:43:24)
Offline