Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialgabrielalcaraz
7,694 Points'Touch' is not recognized as an internal or external command, operable program or batch file.
The touch command is saying that its not recognized in my command prompt can someone help helpful info: I am using a windows 7 computer (at least I think so)
2 Answers
gabrielalcaraz
7,694 Pointsfound out the problem it was showing up in Jupyter ¯_(ツ)_/¯
Brandon White
Full Stack JavaScript Techdegree Graduate 35,771 PointsHi Gabriel,
The command prompt doesn’t recognize the touch command. I don’t know that there is really an equivalent to the touch command for Windows, but you could try the following syntax:
type nul > your_file.txt
I googled that, but haven’t tested it myself (so I can’t speak for it’s accuracy). 🤷🏾♂️
If all else fails, you could just right click with your mouse and create a file that way.
gabrielalcaraz
7,694 PointsI realized I was trying to use pip not Jupiter (I haven't learned it yet) so I am starting on Jupiter right now
gabrielalcaraz
7,694 Pointsnevermind i was supposed to use pip I found it out but It now says " 'open' is not recognized as an internal or external command, operable program or batch file. "