home *** CD-ROM | disk | FTP | other *** search
- failat 30
- :othercomms/fb
- :othercomms/spectype screen2
- :othercomms/button
- :othercomms/spectype screent
- :othercomms/button
- echo " "
- if not exists ram:appointments.dd
- echo "You have not used datediary yet,"
- echo "There is no point in running this program!!!"
- echo "Left mouse!"
- :othercomms/button
- endcli
- endif
- if not exists df0:apps/
- echo "Creating directory apps on df0:"
- makedir df0:apps
- echo " "
- endif
- echo "Directory is on df0: , copying appointments file into it."
- copy ram:appointments.dd df0:apps/
- echo "Done... Use 'APPSRAM' to transfer appointments file to ram:, before"
- echo "editing..."
- echo "Press left mouse-button to return to Radbench1.4!"
- :othercomms/button
-