You can set the path for a specific MS-DOS - based application that runs in MS-DOS Mode by carrying out the following procedure.
Note For MS-DOS - based applications that do not run in MS-DOS Mode, you can set only a working directory.
You can set a global path for all MS-DOS-based applications by adding a path statement to AUTOEXEC.BAT.
You can write a batch file that sets a path for an MS-DOS - based application; for example:
path=%path%;c:\utils;c:\norton
After you write the batch file, carry out the following procedure to ensure that Windows runs it before starting your MS-DOS - based application.
For more information about commands that can be used in batch files, see Appendix A, "Command-Line Commands Summary."