Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!usc!ucsd!ucbvax!bloom-beacon!eru!hagbard!lunic!my!luth!d89-mlt From: d89-mlt@sm.luth.se (Morgan Lindqvist) Newsgroups: comp.sys.handhelds Subject: Re: specifying paths w/variables & progs Keywords: path, hp48sx Message-ID: <1523@tau.sm.luth.se> Date: 5 Apr 91 13:55:32 GMT References: <231b3618.670790994@fergvax> Distribution: comp.sys.handhelds Organization: University of Lulea, Sweden Lines: 21 231b3618@fergvax.unl.edu (Ben Hollingsworth) writes: >All this talk of renaming variables on the 48sx has made >me wonder: is it possible to specify a path when naming/ >executing a variable/program? Or how about jumping >instantly to a given directory (like cd)? 1) When I want to run a program on an other directory in a program I do like this: \<< ... { HOME BINP ASC\-> } PP ... \>> This program runs ASC\-> on directory BINP under HOME. PP (Path Program ) is on HOME and looks like this: \<< PATH \-> path \<< EVAL path EVAL \>> \>> 2) If you just want to jumb to the directory BINP just key in: { HOME BINP } EVAL Morgan Lindqvist d89-mlt@sm.luth.se