I'm using this command in a bat file and I want it to open to VSC defaultly not needing to direct to it in the code
call powershell -command "start -verb edit 'New Text Document.txt'"
I already tried making txt files open with vcs, not notebook
I'm using this command in a bat file and I want it to open to VSC defaultly not needing to direct to it in the code
call powershell -command "start -verb edit 'New Text Document.txt'"
I already tried making txt files open with vcs, not notebook