On Sun, Feb 3, 2013 at 8:13 PM, Andrew Robins <[email protected]> wrote: > Another noob question - I thought I had this working in my last install on > the card, but doesn't gel here: How do I correctly 'set path' in autoexec to > enable additional commands (like edit, format etc) in FDOS\BIN resident from > any command line? Default %dosdir% doesn't seem to keep residency, even when > I've changed it to my install of "C:FDOS\BIN" where applicable. My last 3 > added lines are: > PATH C:\FDOS\BIN > PATH C:\XX > XX > ...the latter 2 lines to run Blakendaahl's "Access" GUI from startup. I > couldn't recall the operative to have several PATHs read out on a single > line, I guess that is where I've tripped up. "Access" starts immediately > though,
The second PATH statement above will override the first, so Access will work, but stuff in FDOS\BIN won't. To have more than one directory in the PATH, use ; as the separator between directory names: PATH C:\XX;C:\FDOS\BIN ______ Dennis https://plus.google.com/u/0/105128793974319004519 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_jan _______________________________________________ Freedos-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-user
