Execute CHN Whiteboard from the command prompt - Himashana/CHN-Whiteboard GitHub Wiki
Execute CHN Whiteboard from the command prompt
Version 1.3.0 (Latest)
- Seach command prompt, right-click on it and click 'Run as administrator.
- Type the command 'CHNWhiteboard' to execute the application.
During the installation process, it will create environmental variables. Therefore, you can simply execute the application by typing the command 'CHNWhiteboard'.
Version 1.2.0 or Bellow
-
Seach command prompt, right-click on it and click 'Run as administrator.
-
Then change the file path to the installed folder using the following commands.
cd C:\Program Files (x86)\CHN Software Developers\CHN-Whiteboard-1.2\CHN_Whiteboard
or
cd C:\Program Files\CHN Software Developers\CHN-Whiteboard-1.2\CHN_Whiteboard
If you installed CHN Whiteboard in another folder, use that file path (remember to type cd before type the file path).
- Now type
execute.py
orpy execute.py
to initialize the application.
Create a shortcut
Step 1
Open Notepad
Step 2
Copy and paste these commands.
@echo off
rem --------------------------------------------------
rem cd <CHN Whiteboard installed file path>
rem --------------------------------------------------
cd C:\Program Files (x86)\CHN Software Developers\CHN-Whiteboard-1.2\CHN_Whiteboard
execute.py
pause
Step 3
Select "Encoding: ANSI"
Step 4
Save the file with the extension ".bat" (eg. CHN-Whiteboard.bat).
Update CHN Whiteboard
Read next page.