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 trialnathanielcusano
9,808 PointsI get 'rm' is not recognized as an internal or external command, operable program or batch file
none
3 Answers
Rachel Johnson
Treehouse TeacherHi everyone! A fantastic student has written up some information about how to use those Powershell commands in the command prompt. You can find it here
ghasite ram
Python Development Techdegree Student 40 Pointshaving the same problem
Stephen McClure
14,780 PointsI have the same issue. I found rmdir but it wont work if the directory has anything in it. Also I'm trying to do this through cmd, not the powershell as I don't want to enable that remote option.
nathanielcusano
9,808 Pointsnathanielcusano
9,808 PointsI used type instead of cat and I used del instead of rm. When I use del, after I press Y to remove, I press dir and there is still fb in existence. I don't know why but it's not getting removed.