yaq/blog/bat


Use BAT Files to Launch yaq

Title:Use BAT Files to Launch yaq
ID:bat
Date:2023-05-18

Some of our graphical applications are only accessible via the command line. It can be annoying, on a Windows machine, to open Anaconda Prompt and then type 'yaqc-qtpy'. Instead, consider using a bat file. Here's one the Krishna group uses to launch yaqc-qtpy.

call C:\Users\KrishnaLab\miniconda3\Scripts\activate.bat
call yaqc-qtpy

Just put that on your desktop and call it "yaqc-qtpy.bat", you've got a clickable launcher for the application. There are lots of tutorials about bat files on the internet. You can even run them as administrator! Useful tool when trying to make your instrument a little bit more user-friendly.


built 2024-02-09 01:44:16                                      CC0: no copyright