1 ) This first question deals with the concept of portability. Namely, I would like to be able to run a batch file contained on a regular (i.e. non bootable) CD-Rom, and running under a Win32 environment, on different systems. The batch file will be calling two programs that are also contained on the rom disc, but need to be placed in seperate directories.
How do I set the path of those programs in the batch file in such a manner as to eliminate the problem associated with using the CD-Rom in different systems (i.e. they will likely have different names/assignments for their rom drives, so using a static drive path name won't work)
I saw something in Barts boot disk stuff, but I don't know if it would apply.
How do I set the path of those programs in the batch file in such a manner as to eliminate the problem associated with using the CD-Rom in different systems (i.e. they will likely have different names/assignments for their rom drives, so using a static drive path name won't work)
I saw something in Barts boot disk stuff, but I don't know if it would apply.