; Install WPL XPRS v 1.0
(set cpu (database "cpu"))
(copyfiles
    (source cpu)
    (dest "LIBS:")
    (all)
    (prompt "Copying "cpu" XPRs")
    (help "Copying versions of XPR's compilied for your CPU")
    (confirm)
    (optional "nofail" "oknodelete" "askuser" "force")
)
