VirtualBox

Changeset 55208 in vbox


Ignore:
Timestamp:
Apr 13, 2015 2:13:33 PM (10 years ago)
Author:
vboxsync
Message:

Main/comregister.cmd: for some mysterious reasons the line split doesn't work, so make it one line again as the check is a very valuable time saver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/win/comregister.cmd

    r52418 r55208  
    77
    88REM
    9 REM Copyright (C) 2006-2014 Oracle Corporation
     9REM Copyright (C) 2006-2015 Oracle Corporation
    1010REM
    1111REM This file is part of VirtualBox Open Source Edition (OSE), as
     
    2222REM Check if the current user is an administrator. Otherwise
    2323REM 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
     24NET FILE 1>NUL 2>NUL & IF ERRORLEVEL 1 (ECHO Must be run as Administrator. Exiting.) & GOTO end
    2625
    2726REM
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette