Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Have lost command line

$
0
0
Hello,
I`am very new to powershell and im following a online crash course, so I can learn Python.

I was going really good for a beginner until I did this.

cd temp
new-item iamcool.txt -type file
ls
that worked fine and then I went to delete it but I didn't change one level up, now its saying

cmdlet remove-item at command pipeline position 1 supply values for the following parameters
path [0]

and I did a stupid thing now my screen looks like this


path[0] is
path[1] pwd
path[2] cd patrick
path [3] cd temp
path[4] help
path[5]

can you please help me restore my command line

Regards
Matthew

Viewing all articles
Browse latest Browse all 6937

Trending Articles