forked from ShirzadBh/CAT.RootNode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOne-Click Installation.bat
More file actions
34 lines (25 loc) · 839 Bytes
/
Copy pathOne-Click Installation.bat
File metadata and controls
34 lines (25 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
@echo off
set productName=CATRootNode
set developerName=Shirzad Bahrami
set websiteAddress=www.cgcenter.ir
set minVersion=2020
set maxVersion=2022
set productVer=1.0.0
set releaseDate=2020-11-4
set lastUpdate=2020-11-27
set fileName=CATRootNode.zip
set installationPath=/Autodesk/ApplicationPlugins
echo %productName% Developed By: %developerName%
echo Version: %productVer%
echo Website: %websiteAddress%
echo.
echo Supported Version: %minVersion% - %maxVersion%
echo Release: %releaseDate%
echo Update: %lastUpdate%
echo.
pause>nul|set/p =Press Any Key To Install "%productName%" On 3Ds Max From "%minVersion%" to "%maxVersion%"...
echo.
cls
powershell -Command "Expand-Archive -Force "%batdir%%fileName% "%ProgramData%%installationPath%" "
echo "%productName%" Installed successfully, Hope You Enjoy...
ping -n 4 localhost >nul