commit b8bf5f43c08b1d1dc69d0e8fa4ac78ce1e9147cc Author: dan Date: Thu Jan 12 01:55:19 2023 -0500 Initial commit. Bat to activate apio venv and enter fpga directory diff --git a/fpga.bat b/fpga.bat new file mode 100644 index 0000000..2c3e1ff --- /dev/null +++ b/fpga.bat @@ -0,0 +1,2 @@ +@echo off +cmd /k "cd /d C:\Users\ICYN3\Documents\dev\apio\venv\Scripts & activate.bat & cd C:\Users\ICYN3\Documents\dev\fpga" \ No newline at end of file