Changeset 55208 in vbox
- Timestamp:
- Apr 13, 2015 2:13:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/win/comregister.cmd
r52418 r55208 7 7 8 8 REM 9 REM Copyright (C) 2006-201 4Oracle Corporation9 REM Copyright (C) 2006-2015 Oracle Corporation 10 10 REM 11 11 REM This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 REM Check if the current user is an administrator. Otherwise 23 23 REM all the COM registration will fail silently. 24 NET FILE 1>NUL 2>NUL & IF ERRORLEVEL 1 ^ 25 (ECHO Must be run as Administrator. Exiting.) & GOTO end 24 NET FILE 1>NUL 2>NUL & IF ERRORLEVEL 1 (ECHO Must be run as Administrator. Exiting.) & GOTO end 26 25 27 26 REM
Note:
See TracChangeset
for help on using the changeset viewer.