Groups | Search | Server Info | Login | Register
| Newsgroups | comp.lang.logo |
|---|---|
| Date | 2018-09-30 13:16 -0700 |
| References | <6c8c8eb4-7409-45f9-a5f6-82e68ece3f88@googlegroups.com> |
| Message-ID | <d261a5a1-717f-446b-ba47-08e1a8c2cbff@googlegroups.com> (permalink) |
| Subject | Re: UCB Logo |
| From | aleksey.slyusar@gmail.com |
воскресенье, 9 сентября 2018 г., 19:31:32 UTC+3 пользователь DJL написал: > Hi > > Seeking help: > > Does anyone know how to make UCB Logo open by default to selected a specific folder in Windows 10? After installation Logo defaults to the User Documents folder for save/load operations. I can't figure out how to change that so it points to a different drive and folder. > > Also, I don't think there is a change directory command inside Logo itself which might be another way to do it. However, I am thinking about classroom use so typing out long pathnames would be a bit of a non-no! > > Thanks for any help and advice. > > DL Hi DL, You can customise the UCBLogo interpreter behavior (path, color, font etc.) by creating startup.lg file in the User Documents folder and put: setprefix "c://logo ;or whatever folder name you want instead "logo" into the file, using your favorite text editor. Alternatively, you can create the startup.lg file form UCBLogo prompt directly by typing: ? editfile "startup.lg and using built-it editor to add the line. After that use Alt-A to close and accept changes in the editor. Since you do that, the prefix will be used as the implicit beginning of filenames in LOAD, SAVE, OPENREAD, OPENWRITE, OPENAPPEND and OPENUPDATE commands. Please note, that the EDITFILE command continues to use the User Documents folder by default and you should still provide full path to the command as an argument. It works fine on Windows 7, but it should work on Windows 8, 10 too. For additional customisation options, please read the Berkeley Logo User Manual. UCBLogo is a wonderful environment for education purposes. Please consider to use the amazing Computer Science Logo Style trilogy by Dr. Brian Harvey in accompany with the interpreter. If you need more multimedia than UCBLogo can provide, try David Constanzo's FMSWLogo, an updated version of MSWLogo, a Windows-only version with multimedia and other enhancements. Good luck with your work! Alexey.
Back to comp.lang.logo | Previous | Next — Previous in thread | Next in thread | Find similar
UCB Logo DJL <davidjlongman@gmail.com> - 2018-09-09 09:31 -0700
Re: UCB Logo aleksey.slyusar@gmail.com - 2018-09-30 13:16 -0700
Re: UCB Logo DJL <davidjlongman@gmail.com> - 2018-10-01 06:32 -0700
Re: UCB Logo aleksey.slyusar@gmail.com - 2018-10-01 13:14 -0700
csiph-web