Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!trantor.harris-atd.com!jabba!candren From: candren@jabba.ess.harris.com (Carl Andren) Newsgroups: comp.sys.ibm.pc.misc Subject: Re: structuring .exe files Message-ID: Date: 29 Jun 91 12:09:32 GMT References: <1991Jun27.213541.10771@ux1.cso.uiuc.edu> Sender: news@trantor.harris-atd.com Distribution: world Lines: 14 In <1991Jun27.213541.10771@ux1.cso.uiuc.edu> phil@ux1.cso.uiuc.edu (Phil Howard KA9WGN) writes: >I just want to verify that this is not going to slow things down compared to >simply putting ALL the executables in one single subdirectory. I don't think >it would, but I just want to be sure from people who have tried the difference. A better method would be to create a subdirectory for batch files, then have your path point to this. You could have each batch file call up the appropriate program. A path searching many subdirectories will slow things down (such as when you call up a program) and it will also use up your environment space. Each program should have it's own subdirectory, unless it consists only of an executible (.EXE) file. This helps keep things neat.