ndabas / pico-setup-windows

Quickly get started with Raspberry Pi Pico/RP2040 on Windows
Apache License 2.0
298 stars 35 forks source link

Shortcuts not working.. Project generator and VSC #6

Closed Thiadeth closed 3 years ago

Thiadeth commented 3 years ago

hi, im quite new but the Shortcut CMD commands aren't working for me, due to the double ampersand && in both the project generator and VSC for pico. removing the double ampersand works though, unless it modifies the desired output

Project generator

C:\WINDOWS\system32\cmd.exe cmd /c call "C:\Users\_username_\Desktop\Pico\pico-env.cmd" &&python "C:\Users\_username_\Desktop\Pico\pico-project-generator\pico_project.py" --gui

Start in : C:\Users\_username_\Desktop\Pico\pico-project-generator

VSC for pico

C:\WINDOWS\system32\cmd.exe /c call "C:\Users\_username_\Desktop\Pico\pico-env.cmd" &&code

Start in : C:\Users\_username_\Desktop\Pico

ndabas commented 3 years ago

I'm not sure how removing the double ampersand would work. It's just saying "run this command when the last one succeeds." Did you replace the double ampersands with single ampersands?

ndabas commented 3 years ago

Closing because I haven't heard back from the issue author.