forked from ASTex-ICube/semiproctex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtool_launchViewer.bat
More file actions
35 lines (25 loc) · 824 Bytes
/
tool_launchViewer.bat
File metadata and controls
35 lines (25 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
@Echo off
rem ***************************************
rem CURRENT WORKING DIRECTORY
rem ***************************************
rem - working directory
cd Install\PPTBFProject\bin
rem - data path
SET PT_PROJECT_BIN_PATH=%~dp0
SET PT_PROJECT_PATH=%PT_PROJECT_BIN_PATH%/..
SET PT_DATA_PATH=%PT_PROJECT_PATH%/Data
SET PT_IMAGE_PATH=%PT_DATA_PATH%/Images
SET PT_SHADER_PATH=%PT_DATA_PATH%/Shaders
rem ***************************************
rem USER CUSTOMIZABLE PARAMETERS
rem ***************************************
rem ***************************************
rem LAUNCH PROGRAM
rem ***************************************
@Echo off
%~dp0Install/PPTBFProject/bin/PtViewer.exe
@Echo off
rem ***************************************
rem CURRENT WORKING DIRECTORY
rem ***************************************
cd ..\..\..