Re: another pathing question [LONG, SORRY]
- Posted by "Fam. Nieuwenhuijsen" <nieuwen at XS4ALL.NL> Jul 11, 2000
- 444 views
Trick [1] -- Put a wrap executable in the root: file: start.ex include source\my_prog.ex Trick [2] -- Create a bat file called before.bat SET OLDEUDIR=%EUDIR% SET EUDIR=c:\my files\my game -- create a bat file called after.bat SET EUDIR=%OLDEUDIR% Mark wrote: >What I really need is a way to change the default include >path. Ralf N. nieuwen at xs4all.nl