Use subst to associate a path with a drive letter... subst P: "c:\my documents\electronics\pic\my 2003 pic projects\" will make the following directory and file name c:\my documents\electronics\pic\my 2003 pic projects\radio telemetry\temperature\i2ctemperature.asm into p:\radio telemetry\temperature\i2ctemperature.asm Alternately, you can also use the 8.3 directory names to shorten it: c:\mydocu~1\electr~1\pic\my2003~1\radiot~1\temper~1\i2ctem~1.asm Which should give you room for up to 6 levels of long name directories and a file name and drive letter. But if you are using directories to organize things anyway, just put the subst command in your startup and you'll be happier in the long run. Too bad windows doesn't have links like *nix. -Adam Spehro Pefhany wrote: > At 05:34 PM 8/18/2003 +0200, you wrote: > > Seems that source-level debugging fails if the path to the source file > exceeds sixty-odd characters. There's a helpful message on V6.30 vs. none > on 6.22. > > Is there any work around for this? The paths tend to be fairly long on > Win2K systems and this causes some inconvenience... > > > Best regards, > > Spehro Pefhany --"it's the network..." "The Journey is the > reward" > speff@interlog.com Info for manufacturers: > http://www.trexon.com > Embedded software/hardware/analog Info for designers: > http://www.speff.com > > -- > http://www.piclist.com#nomail Going offline? Don't AutoReply us! > email listserv@mitvma.mit.edu with SET PICList DIGEST in the body > > > -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body