DOSLib for BricsCAD V26 Available

Comments

  • ALANH
    edited 12:15AM

    I use a lisp to do install, lisps, menus, dwgs and more, for other users some struggle about unzipping to correct locations, so thought I would mention you can use lisp to unzip a file and save to a known directory. You can then save to correct Bricscad directory.

    (startapp (strcat "powershell -command Expand-Archive -Path '" filename "' -DestinationPath 'C:/CAD-TOOLS' -FORCE"))