Is there any way to execute from path? #2714
Answered
by
DRSDavidSoft
anikghosh256
asked this question in
Q&A
-
|
Beta Was this translation helpful? Give feedback.
Answered by
DRSDavidSoft
Nov 2, 2022
Replies: 1 comment
-
Use Windows-style path separator ( Must also set the current working directory to CMDER_ROOT (i.e. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
anikghosh256
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use Windows-style path separator (
\
) instead of *nix one (/
) in Cmd.exe/Clink.\vendor\bin\pint -v
Must also set the current working directory to CMDER_ROOT (i.e.
cd %cmder_root%
)