Page 1 of 2
Saving maps to server?
Posted: February 22nd, 2011, 2:43 pm
by kristincronin
I am a teacher with a classroom of 40 computer systems that utilize a server to save student work. When the students use sandbox we would like to save their personally created maps into their personal Z: drive, however, sandbox defaults to the FPS bin located in the C: drive. Can this be re-directed to the student Z: drive in my server?
I teach 11 - 12th grade students in Lodi, Ca. They are loving this program!
Thanks for any help,

Kristin
Re: Saving maps to server?
Posted: February 22nd, 2011, 9:07 pm
by Hirato
This may prove difficult.
If their Z:/ home directories are synonymous with "my documents", you can probably modify the bats to something like -q%HOMEDIR%\sandbox
I'm not sure, so please do some research on BAT scripting and their environment variables.
On the other hand, if their Z drives aren't synonymous with "My Documents", it'll either require a unique bat for each and every user, unless there's an environment variable.
an example of this would be -qZ:\user\sandbox (modify to suit the layout of said Z: drive)
Re: Saving maps to server?
Posted: February 28th, 2011, 4:05 pm
by dhillis
kristincronin. I am having the exact same problem right now. I have a thread in the sandbox chat subforum. Is the Z drive the same as their my documents or is it an open drive where they can create whatever they want on that server?
Re: Saving maps to server?
Posted: February 28th, 2011, 4:13 pm
by kristincronin
Hi,
The Z: drive is not the My Documents folder but a separate secure drive that they save into when saving any work. The Z: drive is located in my server that they log into when starting up their computer systems.
Re: Saving maps to server?
Posted: February 28th, 2011, 4:30 pm
by dhillis
Are they allowed to open from and write to this drive? If so I think what Hirato said will work. I was able to save a file to a server and was able to open it again. I am going to work with the tech guy here on campus for a few days but with TAKS testing in TX it might take a few more days. I will be back soon.
Re: Saving maps to server?
Posted: February 28th, 2011, 4:33 pm
by dhillis
I am really sorry to hijack your thread. I do have one more question that is relevant to this though. Is there a way to edit this BAT file in the installation file? Or how can I compile an installation file after I edited the bat file?
Re: Saving maps to server?
Posted: February 28th, 2011, 4:55 pm
by kristincronin
No worries, I am hopeful that Hirato can answer your question.

Re: Saving maps to server?
Posted: March 2nd, 2011, 9:28 am
by dhillis
Here is what I have so far. When I edited the bat file I told the program to save to R:\Hillis\Sandbox\Maps. This works fine IF i double click the bat file to load the program, but doesn't work if I load the program from _sandboxlauncher. Confused.
I must have some files missing now from somewhere also because i am getting some errors now. Look at the attachment.
Re: Saving maps to server?
Posted: March 2nd, 2011, 4:44 pm
by dhillis
I use dthe program today installed on the c:\ drive. As long as your tech dept will give you permissions to control the one folder that sandbox is installed to you shouldn't have any problems.
Edit the bat file like said before
here is what I changed mine to
R:\Hillis\Sandbox\Maps
I also had each kid make a folder inside the maps folder with the lastname,first name. Make sure they don't put any spaces. This will keep the student from having to sift through a bunch of maps to get to theirs.
It would end up like this
R:\Hillis\Sandbox\Maps\castillo,bobbie
or if you wanted to make folders for period to keep it a little more organized
R:\Hillis\Sandbox\Maps\1stperiod\castillo,bobbie
let me know if I can be of anymore help.
Re: Saving maps to server?
Posted: March 4th, 2011, 11:22 am
by dhillis
forgot to add. If you want to have each kid have a different folder you need to copy and paste the .bat file. Should now have a file that says "copy of click_me_to_start". Have kid replace "copy of" with their name. make a shortcut of this folder and drag it to the desktop. then edit the bat file with their name that is in C:\Program Files\PlatinumArtsSandbox2.6.1 to the above.