Hi
My first post here and I need a little help
I have work a little with powershell before and also other programming language but
have problem to start to do something basic.
I have now a bat file that I run to do some working for me but I like to upgrade it to powershell because I need to do a little
advance search for sign in the file name.
Is it possible to easy search for a specific file extension (not the subfolders) and then run a loop for each file (it going to run some commands for each file) but first I want to see if the file have sign in the filename.
Example if the file is name “hello_world_one.ts” then it run this commands, and if the file have name “hello_world.ts” it going to run some anothers commands. it look for the word “one” to decide what commands to run and it can also be more then one sign it going to look after.