Changed defult server path and fixed some typos in comments

This commit is contained in:
2019-03-16 17:38:52 +01:00
parent 700383fb7e
commit e60f00bcc8

View File

@@ -1,5 +1,5 @@
@echo off
REM Version: 2.0
REM Version: 2.1
REM Revit server installer script for exobim
REM Usage: run this after download. It's possible that you have to run it as admin.
REM (Re)start revit after running this script
@@ -11,11 +11,13 @@ REM --------
REM Separate elements in these lists with spaces
SET SERVERPATHS=exobim.asuscomm.com
SET SERVERPATHS=192.168.1.50
SET REVITVERSIONS=2017 2018 2019
REM Set this if you want to overwrite the existing RSN.ini paths.
REM Note this script doesn't check for duplicates. If you set this to true, it's possible that the same address will be listed in RSN.ini
REM Note this script doesn't check for duplicates. If you set this to false, it's possible that the same address will be listed multiple times in RSN.ini
REM If you set this to true, you will loose all your current settings.
SET OVERWRITE=true
REM -----------------------