Using tons of addons and programs for our flight sim hobby, you need to start several programs, e.g. SimToolkitPro or ActiveWeather and so on.
With this little helper script you can automate this task by simply fill out a csv-file and then let the programs startet automaticly in order given in the csv file.
Version 0.5:
Added feature to disabel/enable program direct in CSV-File, so you can manage this more comfortable
Gitlab Repo
Reviews
Thank you for writing this! I need something to make sure all my "stuff" is open. 😊
I saw on your GitLab page that you fixed the typo on Line 33. That was definitely preventing the script from running properly.
In Line 34, I had to put a -Path in front of $Path.
The Split-Path cmdlet with the -LeafBase parameter requires a specific version of PowerShell. I saw it, but now I can't find it - I just upgraded to v7.x
I am not a PowerShell expert. Not at all. I apologize if I got something wrong!
1 years ago
Comments
Piuttosto vuoto qui.
Hi,
This looks really interesting to me, but I have a couple of questions, if you don't mind:
I was in IT for many years but at age 77 am not looking to extend my knowledge of batch processing in Windows, but if this is of any use to you, feel free to adopt it.
Regards,
John
8 months ago
JohnG
Thank you for writing this! I need something to make sure all my "stuff" is open. 😊
I saw on your GitLab page that you fixed the typo on Line 33. That was definitely preventing the script from running properly.
In Line 34, I had to put a -Path in front of $Path.
The Split-Path cmdlet with the -LeafBase parameter requires a specific version of PowerShell. I saw it, but now I can't find it - I just upgraded to v7.x
I am not a PowerShell expert. Not at all. I apologize if I got something wrong!
1 years ago
Thanks for your feedback.
You are right, the script requires PowerShell 7.
I plan to implement a version check , to get the user informed, if the version does not match.
I am not a powershell expert, too :)
So help and comments like this are very appreciated
1 years ago
standardhd
Latka