home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
cdrom
/
Misc
/
scriptfile
/
remove_old_files
< prev
next >
Wrap
Text File
|
1995-07-17
|
566b
|
20 lines
(message "Run this script, if you update\nan older Version of ScriptFile!")
(delete "s:def_sf.info"
(prompt "Deleting s:def_sf.info")
(help "The new Version installs def_sf.info\nin env:! This will raise the performance.")
(confirm)
)
(complete 50)
(delete "s:sf.prefs"
(prompt "s:sf.prefs HAS TO be deleted!\n(Read the help)")
(help "The format of the\nscriptfile-prefs-file\nchanged.\n\nThe use of the old\nfile can crash your\ncomputer!")
(confirm)
)
(
complete 100
)
(message
"The old files have been deleted!"
)