3

I cannot figure out how to run Ghostscript from the command line. It is included in my path: Path details

and I restarted my PC after I made the change. I cannot access it via the command prompt however: cmd prompt failed attempts

Please help! Thanks in advance.

InstaK0
  • 342
  • 3
  • 9

1 Answers1

5

Note that, on Windows, the Ghostscript executable is not called gs, it is either gswin32, gswin32c, gswin64 or gswin64c, depending on whether you install the 32 or 64 bit version and want the command line or windowed version of the interactive interpreter.

KenS
  • 30,202
  • 3
  • 34
  • 51
  • 1
    Thanks for the answer. The problem turned out to be that in my PATH I needed to be less specific; leaving it at \bin rather than \bin\gswin32c.exe – InstaK0 May 28 '20 at 17:19