Unable to drag and drop python files onto the command prompt

Iam using Windows10(64bit) and
Python 3.9.1(64bit) and
my python application is located on desktop).

Iam unable to drag and drop the existing file path(Chapter01 in “python exercise files folder” located on desktop) on to the command prompt(Windows).After typing "CD"in command prompt I started dragging and dropping

"Chapter01"location to Command prompt window and then pressed enter. it shows the following message as shown in image.
“The file name, directory name, volume label sytax is incorrect”

What should I do?

How can i rectifiy this problem?

It’s hard to tell with just a screenshot, but it looks like you’re missing a space after cd. You also don’t need to drag and drop to navigate.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.