8,330 questions
There's a space in the path string. That's causing the command to see two positional parameters: C:\Program and Files\Interceprion.
To fix that, place the entire path name in single - or double-quotation marks. E.g.,
cd "C:\Program Files\Interception"