So here is what I am trying to do: I want to make a small powershell script that takes every file in my music library and then makes a hash amount and writes it to a file like this:
test.txt; 131 136 80 89 119 17 17 60 123 210 121 188 42 136 200 131 198
Now, when I run the script, I need to first compare my music library with existing values, but for this I just want to cut everything off; so that it can compare the file name with the file name (or file) ... but I'm at a dead end how to do this, tried to replace $ name = $ name -replace "; *", "" do not go ...
tried to filter ... don't know how D:
I am very grateful for the help.
Also, if you think that I am using the wrong coding language, tell me, and what will be better, I just used C and powershell
string powershell
DemonWareXT
source share