joanne4@en.com schrieb: > > how do i put this command into my autoexec.bat file? > > set fargo=c:\fargo > set path=%path%;%fargo%\bin Simply insert the two lines into your autoexec.bat, but only if fargo is on c:\fargo, otherwise you must use: set fargo=drive:\dir set path=%path%;%fargo%\bin A.K. p.s. if you've never heard about dos, you should read a book about it, not everything is important but there is much one should know...