VirtualBox

source: vbox/trunk/tools/bin/gen-slickedit-workspace.cmd@ 78203

Last change on this file since 78203 was 76553, checked in by vboxsync, 5 years ago

scm --update-copyright-year

  • Property svn:eol-style set to CRLF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1@echo off
2rem $Id: gen-slickedit-workspace.cmd 76553 2019-01-01 01:45:53Z vboxsync $
3rem rem @file
4rem Windows NT batch script for launching gen-slickedit-workspace.sh
5rem
6
7rem
8rem Copyright (C) 2009-2019 Oracle Corporation
9rem
10rem This file is part of VirtualBox Open Source Edition (OSE), as
11rem available from http://www.virtualbox.org. This file is free software;
12rem you can redistribute it and/or modify it under the terms of the GNU
13rem General Public License (GPL) as published by the Free Software
14rem Foundation, in version 2 as it comes in the "COPYING" file of the
15rem VirtualBox OSE distribution. VirtualBox OSE is distributed in the
16rem hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
17rem
18
19
20setlocal ENABLEEXTENSIONS
21setlocal
22
23rem
24rem gen-slickedit-workspace.sh should be in the same directory as this script.
25rem
26set MY_SCRIPT=%~dp0gen-slickedit-workspace.sh
27if exist "%MY_SCRIPT%" goto found
28echo gen-slickedit-workspace.cmd: failed to find gen-slickedit-workspace.sh in "%~dp0".
29goto end
30
31rem
32rem Found it, convert slashes and tell kmk_ash to interpret it.
33rem
34:found
35set MY_SCRIPT=%MY_SCRIPT:\=/%
36set MY_ARGS=%*
37if ".%MY_ARGS%." NEQ ".." set MY_ARGS=%MY_ARGS:\=/%
38kmk_ash %MY_SCRIPT% --windows-host %MY_ARGS%
39
40:end
41endlocal
42endlocal
43
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use