forked from AdaptiveMotorControlLab/Camera_Control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall2.bat
24 lines (19 loc) · 777 Bytes
/
install2.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
echo OFF
echo.
echo.
echo Initialize system setup via write_camera_details.py file
copy write_camera_details_TEMPLATE.py write_camera_details.py
python write_camera_details.py
echo.
echo.
echo Write Shortcut File to the Desktop
echo call activate.bat > C:%HOMEPATH%\Desktop\cameraGUI.bat
echo call activate camera36 >> C:%HOMEPATH%\Desktop\cameraGUI.bat
echo cd %cd% >> C:%HOMEPATH%\Desktop\cameraGUI.bat
echo python camera_control_GUI.py >> C:%HOMEPATH%\Desktop\cameraGUI.bat
echo.
echo.
echo Installation complete!
echo Please edit 'write_camera_details.py' according to your system's camera configuration (see README for further instructions).
echo Next, run the program by calling python camera_control_GUI.py or run the 'cameraGUI.bat' shortcut on the Desktop!
pause