Please Help me by telling me how to change the Default saving Location for Scratch 1.4.
Currently it saves to the C:\ in the users profile which is deleted on logoff. It doesn't even remember the LAST saved location so I can't even set it.
I have 10,000 computers in an Education Network Environment and I have to fix this asap.
Windows XP version SHOULD use My Documents (with us it is redirected to H:\) as the Default. Why is it saving to the profile? No program, ever, saves to this folder.
I have tried to edit the .ini file on the local computer and put in
Home=H:\
However, it ignores it and still loads C:\Documents and Settings\username\Scratch Projects
There must be a way to do this otherwise how on earth can anyone use it in Education?
Offline
to change were somthing automatically saves, when you click save, choose the scratch projects file, and it will always save there.
Hope this helps!
Offline
Change the scratch source code!
Open scratch, hold shift and click in the loop of the letter r in the scratch logo. Choose 'turn fill screen off'. Click down the bottom in the white space, choose open, then browser. Click Scratch-UI-Dialogs > ScratchFileChooserDialog, click the class button, then accessing > userScratchProjectsDir. Replace all the non-bold contents with the following code:
^ FileDirectory on: 'H:\'
Right click, click accept and type in your initials. Shift-Click-R again, then choose 'save image for end-user'. Depending on which OS you have, this will change it for either your account only or, hopefully, all other accounts.
Hope this helps.
Offline