Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

A five-line batch file is all that's needed to set up the specific
environment variables for an application you're writing. Supposing your
source is in mysource off artful, your data is in mydata off artful, and
you have a 1-meg ramdisk on h:, you would write a batch file called, say,
setmyapp.bat, in artful\bat:

     @echo off
     set tmp=h:\
     call setaa
     set appdir=%artdir%\mysource
     set artdat=%artdir%\mydata

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson