Using Path Names

A full path name may also be included to indicate on which drive and directory any file should be saved. The following might be a valid write command if the disk drive on your system contains a root directory named problems:

  write /problems/example.lp 

Summary

The general syntax for the write command is:

  write filename file_format
or
write filename.file_extension

where file_extension indicates the format in which the file is to be saved.


Previous Page: Writing Basis Files   Return to Top Next Page: Reading Problem Files