X-Received: by 2002:a6b:5d13:: with SMTP id r19-v6mr5909129iob.10.1538338570664; Sun, 30 Sep 2018 13:16:10 -0700 (PDT) X-Received: by 2002:a9d:6515:: with SMTP id i21-v6mr89888otl.0.1538338570507; Sun, 30 Sep 2018 13:16:10 -0700 (PDT) Path: csiph.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!x188-v6no398019ite.0!news-out.google.com!n199-v6ni325itn.0!nntp.google.com!x98-v6no399293ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.logo Date: Sun, 30 Sep 2018 13:16:10 -0700 (PDT) In-Reply-To: <6c8c8eb4-7409-45f9-a5f6-82e68ece3f88@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=85.140.5.223; posting-account=rFDFwwoAAABUi2qKb7RhU_MSzhz8ImnO NNTP-Posting-Host: 85.140.5.223 References: <6c8c8eb4-7409-45f9-a5f6-82e68ece3f88@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: UCB Logo From: aleksey.slyusar@gmail.com Injection-Date: Sun, 30 Sep 2018 20:16:10 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Lines: 57 Xref: csiph.com comp.lang.logo:69 =D0=B2=D0=BE=D1=81=D0=BA=D1=80=D0=B5=D1=81=D0=B5=D0=BD=D1=8C=D0=B5, 9 =D1= =81=D0=B5=D0=BD=D1=82=D1=8F=D0=B1=D1=80=D1=8F 2018 =D0=B3., 19:31:32 UTC+3 = =D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8C DJ= L =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BB: > Hi >=20 > Seeking help: >=20 > Does anyone know how to make UCB Logo open by default to selected a speci= fic folder in Windows 10? After installation Logo defaults to the User Docu= ments folder for save/load operations. I can't figure out how to change tha= t so it points to a different drive and folder. >=20 > Also, I don't think there is a change directory command inside Logo itsel= f which might be another way to do it. However, I am thinking about classro= om use so typing out long pathnames would be a bit of a non-no! >=20 > Thanks for any help and advice. >=20 > 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" =20 into the file, using your favorite text editor. =20 Alternatively, you can create the startup.lg file form UCBLogo prompt direc= tly by typing: ? editfile "startup.lg and using built-it editor to add the line. After that use Alt-A to close an= d accept changes in the editor. Since you do that, the prefix will be used as the implicit beginning of fil= enames in LOAD, SAVE, OPENREAD, OPENWRITE, OPENAPPEND and OPENUPDATE comman= ds. 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 Ma= nual. 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 multi= media and other enhancements. =20 Good luck with your work! Alexey.