Home
> digital-audio-lab, service-is-configuring-learning-tools, service-is-learning-materials-creation, service-is-programming, service-is-testing-troubleshooting-debugging, sourcecode > Manage some of your teacher computer settings per logged in user
Manage some of your teacher computer settings per logged in user
- Another day, another hack, and inconsequential, unless of course you are in my situation:
- If you need a simple way to change some of your Sanako settings per logged in user
- but cannot use the logged-in user system built into Sanako Study 1200:
$path = "C:\ProgramData\Sanako\Study\Tutor\"
If (@UserName = "PRTOTECTTHEINNOCENT") Then
; change the sanako default save to dual track supporting mff
; prereq: customized settings files in the folder ready to rename
FileCopy($path & "mffTutor.Settings", $path & "Tutor.Settings", 1)ElseIf (@UserName = "tplagwit") Then
; change the sanako default save to dual track supporting wma, for testingFileCopy($path & "wmaTutor.Settings", $path & "Tutor.Settings", 1)Else; keep the default mp3, but we may have to reset the tutorsettings on this unfrozen computerFileCopy($path & "mp3Tutor.Settings", $path & "Tutor.Settings", 1)EndIf; tutor.exe could be hardcoded to (re)load hereIf ProcessExists("Tutor.exe") Then
; determine: we could kill tutor to reload it, but that could be disruptive of a class
ElseRun("C:\Program Files (x86)\SANAKO\Study\Tutor\Tutor.exe")
EndIfExit
Comments (0)
Trackbacks (0)
Leave a comment
Trackback