Install CMD on Windows

To install the Pnyx CMD on Windows, follow these steps.

1) Install Dotnet Runtime

If dotnet isn't already installed, use the install instructions from Microsoft for Windows.

2) Install Pnyx

Follow these steps to install Pnyx for all users.

  1. Create directory: C:\Program Files\pnyx
  2. Download pny.cmd.zip
  3. Unzip to direct C:\Program Files\pnyx

3) Update Path

To run pnyx from the command line, add pnyx to your path.

  1. Press Windows Key + R
  2. Enter: rundll32.exe sysdm.cpl,EditEnvironmentVariables
  3. Edit the System, Path
  4. Add line for C:\Program Files\pnyx

3) Verify Install

pnyx -i "[readString: hello world]"
pncs -i "readString(""hello world"")"