Problem with Creating Powershell script that works with WSL
I am attempting to create a small PowerShell script to automate starting up my IDE for a particular research project I am working on in my University. Since I have a windows OS, I have to use WSL. The program works up until it gets to WSL.exe line, after which it doesn’t seem to execute the rest of the ps commands. Is there a fix for this? It’s not the end of the world but I am unsure how to do this; I would imagine there’s a relatively simple solution I am overlooking.