I have file assist.cmd, which is within my %path% with the contents
pushd m:\Documents\Code\assist
When I type assist on windows terminal (the new one) I get:
PS C:\Users\User> assist
C:\Users\User>pushd m:\Documents\Code\assist
PS C:\Users\User>
When I copy the pushd command myself, it works but not when used from the script.
Any ideas?