I need help with Power Shell. I am trying to extract the files form the “C:\Users\Public\Documents\R-Technics\SongShow Plus\Songs” directory that have “paul r” as part of the file name. and put them in the directory “Paulr” in a text file called “Paulr.txt”. I am putting the following command into PS: get-childItem -include *paul r* > Paulr\Paulr.txt
I have navigated to C:\Users\Public\Documents\R-Technics\SongShow Plus\Songs so the power shell command line looks like this:
PS C:\Users\Public\Documents\R-Technics\SongShow Plus\Songs> get-childItem -include *paul r* > Paulr\Paulr.txt
The file Paulr.txt is created in folder Paulr but it is empty.
can anyone help me?
I am running window 10 ver. 2004