Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / pyuno / demo / pyunoenv.bat
blobb38c61e73d5955dab61bdd91cd8cd1d5e3a7fc16
1 rem
2 rem This file is part of the LibreOffice project.
3 rem
4 rem This Source Code Form is subject to the terms of the Mozilla Public
5 rem License, v. 2.0. If a copy of the MPL was not distributed with this
6 rem file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 rem
8 rem This file incorporates work covered by the following license notice:
9 rem
10 rem   Licensed to the Apache Software Foundation (ASF) under one or more
11 rem   contributor license agreements. See the NOTICE file distributed
12 rem   with this work for additional information regarding copyright
13 rem   ownership. The ASF licenses this file to you under the Apache
14 rem   License, Version 2.0 (the "License"); you may not use this file
15 rem   except in compliance with the License. You may obtain a copy of
16 rem   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17 rem
19 set OOOHOME=
21 set PYTHONPATH=.;%OOOHOME%\program;%OOOHOME%\program\pydemo;%OOOHOME%\program\python-2.2.2;%PYTHONPATH%
22 set PATH=%OOOHOME%\program;%PYTHONHOME%;%OOOHOME%\program\python-2.2.2\bin;%PATH%