12.07.2015 Views

Readme - Exchange - Autodesk

Readme - Exchange - Autodesk

Readme - Exchange - Autodesk

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

@rem This script promotes a project to the current DWGformat.:Greetingecho.echo This script promotes a project to the current DWGformat.echo For best results, please run this script usingadministrator privileges on Windows Vista systems.echo.PAUSE:checkCmdArgsif [%4] EQU [] goto :badArgCountif [%3] EQU [] goto :badArgCountif [%2] EQU [] goto :badArgCountif [%1] EQU [] goto :badArgCountif [%5] NEQ [] goto :badArgCountset prjName=%1set prjDir=%2set scrName=%3set targetDir=%4goto :checkProject:getProjectset /P prjName="What is the name of the project?: "set /P prjDir="Where can it be found?: "goto :checkProject:checkProjectset prjNameEsc=%prjName:&=^&%set firstChar=%prjName:~0,1%if ^%firstChar% EQU ^" set prjName=%prjNameEsc:~1,-1%set prjNameDisplay=%prjName:&=^^^&%set prjDirEsc=%prjDir:&=^&%set firstChar=%prjDir:~0,1%if ^%firstChar% EQU ^" set prjDir=%prjDirEsc:~1,-1%set prjDirDisplay=%prjDir:&=^^^&%set project="%prjDir%\%prjName%"if not exist %project% goto :noProjectif not defined scrName (goto :getScript) else (goto:checkScript):getScriptset /P scrName="Specify a name for the ACAD script: "goto :checkScript:checkScriptset scrNameEsc=%scrName:&=^&%24 | Chapter 1 AutoCAD MEP 2012 <strong>Readme</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!