Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!gem.mps.ohio-state.edu!pacific.mps.ohio-state.edu!tut.cis.ohio-state.edu!ucbvax!hplabs!hp-pcd!hplsla!clydep From: clydep@hplsla.HP.COM (Clyde Phillips) Newsgroups: comp.sys.ibm.pc Subject: Re: Questions about Excel, forsooth Message-ID: <5190048@hplsla.HP.COM> Date: 9 Oct 89 22:50:18 GMT References: <1229@marlin.NOSC.MIL> Organization: HP Lake Stevens, WA Lines: 27 >/ hplsla:comp.sys.ibm.pc / jbjones@marlin.NOSC.MIL (John B. Jones) / 11:01 am Sep 29, 1989 / >Is there a way to configure the directory to be something other than the >"windows" directory? This was easy in Lotus, but I'm having trouble >seeing how in Excel. > >John >jbjones@marlin.nosc.mil.UUCP >---------- My boss wanted to do that too, so I wrote a batch file that looks like this: @echo off c: cd c:\windows\files c:\windows\win excel %1 %2 %3 cd c:\ Then instead of typing "excel" just type the name of the batch file. This will make c:\windows\files your "default" directory for excel and will allow you to load up to three spreadsheets with the command. Of course if you wanted more, you would simply and more parameters to the run command. Not exactly the same as 123, but if you just want to start in the same directory all the time, it will work. Clyde Phillips