Autocad Installation Bat File
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello community,
I am having some problem with a .bat file installation for autocad.
echo off
START \\Server\e$\Setups\_CAD\_CAD_ISO\ACAD\2018\setup\AutoCAD_2018_English_Win_64bit_dlm\Setup.exe /t /qb /language en-us /e
ACAD: INSTALLDIR="%programfiles%\Autodesk\Autocad 2018" ACADSERIALPREFIX=123 ACADSERIALNUMBER=12345678 ADLM_PRODKEY=00001 ADLM_EULA_COUNTRY=US InstallLevel=5 ACADSTANDALONENETWORKTYPE="3" ACADLICENSESERVERTYPE="Single Server License" ACADLICENSETYPE="Network License" ACADSERVERPATH="Server 000000000000"
I have created the above .bat file, my Autocad installs properly but my network license does not work, when i start AUtocad i am prompted to enter a license sn and product key. I want it to be pre activated.
The above creds are fake.
Also in the parameter ACADSERVERPATHE, this requires the name of the server and the mac address, correct?
Can anyone help me?