home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-16 | 1.4 KB | 53 lines | [TEXT/MPS ] |
-
- ## SET UP THE OPENDOC INTERFACES/UTILS PATH
-
- if (`exists "{PrefsFolder}OpenDocPath"` == "")
- Set OpenDocDir `GetFileName -d -m "Where is the OpenDoc folder?"∂
- "{Boot}";Set saveStatus {Status}`
-
- if ( "{OpenDocDir}" != "" )
- Echo "{OpenDocDir}" > "{PrefsFolder}OpenDocPath"
- end
- end
-
- set OpenDocDir "`catenate "{PrefsFolder}OpenDocPath"`"
-
- if (`exists "{OpenDocDir}"` == "")
- Set OpenDocDir `GetFileName -d -m "Where is the OpenDoc folder?"∂
- "{Boot}";Set saveStatus {Status}`
-
- if ( "{OpenDocDir}" != "" )
- Echo "{OpenDocDir}" > "{PrefsFolder}OpenDocPath"
- end
- end
-
- Export OpenDocDir
-
- ## ADD THE BUILD SUPPORT FOLDER TO THE COMMAND PATH
-
- if (`exists "{PrefsFolder}BuildSupportPath"` == "")
- Set OpenDocBuildSupportDir `GetFileName -d -m "Where is the Build Support folder?"∂
- "{Boot}";Set saveStatus {Status}`
-
- if ( "{OpenDocBuildSupportDir}" != "" )
- Echo "{OpenDocBuildSupportDir}" > "{PrefsFolder}BuildSupportPath"
- end
- end
-
- set OpenDocBuildSupportDir "`catenate "{PrefsFolder}BuildSupportPath"`"
-
- if (`exists "{OpenDocBuildSupportDir}"` == "")
- Set OpenDocBuildSupportDir `GetFileName -d -m "Where is the Build Support folder?"∂
- "{Boot}";Set saveStatus {Status}`
-
- if ( "{OpenDocBuildSupportDir}" != "" )
- Echo "{OpenDocBuildSupportDir}" > "{PrefsFolder}BuildSupportPath"
- end
- end
-
- Set Commands "{Commands},{OpenDocBuildSupportDir}"
- Export Commands
-
- Export OpenDocBuildSupportDir
-
-