> Although this is getting off-topic, let me add that, at least 
> in MS DOS
> 6.22, you can also set the path in CONFIG.SYS, using a SET statement,
> and that PATH statements in AUTOEXEC.BAT aren't cumulative 
> under MS DOS,
> they simply replace the old path with the new one. Don't know 
> about Win 9x.

I don't recall the fundamentals of autoexec.bat ever changing.
You can get pseudo-cumulative with 
PATH NewStuff;"%PATH%"
(and you can do without the quotes if no paths have spaces/specials in them)
-- 
David Budd, IT Services
Kilburn Building, University of Manchester
Tel 56033 Email [EMAIL PROTECTED] 
 


_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to