home *** CD-ROM | disk | FTP | other *** search
- /*--File Freedom Version Update--*/
- SAY " "
- SAY "Enter the full Drive/path where File Freedom is Installed .."
- PARSE PULL PATHNAME
- xcopy filefrdm.exe PATHNAME
- if RC=0 then
- do
- xcopy filefrdm.hlp PATHNAME
- if RC=0 then
- do
- xcopy ffinstal.exe PATHNAME
- xcopy uninstal.exe PATHNAME
- xcopy readme PATHNAME
- xcopy orderfrm PATHNAME
- xcopy BMTMicro.frm PATHNAME
- xcopy Tutorial.doc PATHNAME
- SAY "Updating of File Freedom was Successful!"
- end
- else
- SAY "Update was unsuccessful. Check directory path!"
- end
- else SAY "Update was unsuccessful. Check directory path!"
-