Open with a command line tool on Windows

As with Linux, you may add your directories to the Windows path. That way, you are able to install your files anywhere and have a more organized system. Steps:

1 Search env.

image

2 Go to Environment Variables…

image

3 Edit path under user variables.

image

4 Done! Now, commands can be typed without the full path and extension; e.g., gmic instead of long-path-to\gmic.exe.

PowerShell has more scripting capabilities than CMD. For reference on CMD or PowerShell, I often go to https://ss64.com/.

@snibgo’s IM site https://im.snibgo.com/ has lots of CMD scripts on image processing. Be warned: they tend to be too much for my poor heart. :blush: I think bash is so much easier.

3 Likes