You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@setlocal enableextensions
|
|
@cd /d "%~dp0"
|
|
rem The lines above are from http://www.codeproject.com/Tips/119828/Running-a-bat-file-as-administrator-Correcting-cur.aspx
|
|
|
|
REM Unregister current version:
|
|
regsvr32 /u /s MapWinGIS.ocx
|
|
|