Player FM - Internet Radio Done Right
Checked 10M ago
Added seven years ago
Content provided by Kyle Souza. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Kyle Souza or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://ppacc.player.fm/legal.
Player FM - Podcast App
Go offline with the Player FM app!
Go offline with the Player FM app!
Podcasts Worth a Listen
SPONSORED
L
Lost Cultures: Living Legacies


On the Season 2 debut of Lost Cultures: Living Legacies , we travel to Bermuda, an Atlantic island whose history spans centuries and continents. Once uninhabited, Bermuda became a vital stop in transatlantic trade, a maritime stronghold, and a cultural crossroads shaped by African, European, Caribbean, and Native American influences. Guests Dr. Kristy Warren and Dr. Edward Harris trace its transformation from an uninhabited island to a strategic outpost shaped by shipwrecks, colonization, the transatlantic slave trade, and the rise and fall of empires. Plus, former Director of Tourism Gary Phillips shares the story of the Gombey tradition, a vibrant performance art rooted in resistance, migration, and cultural fusion. Together, they reveal how Bermuda’s layered past continues to shape its people, culture, and identity today. You can also find us online at travelandleisure.com/lostcultures Learn more about your ad choices. Visit podcastchoices.com/adchoices…
Renaming A Bunch Of Files At The Same Time
Manage episode 277876851 series 2107126
Content provided by Kyle Souza. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Kyle Souza or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://ppacc.player.fm/legal.
I had to strip off the first part of a bunch of file names. You can do this inside of Windows Powershell, using this simple script:
get-childitem *.dat | rename-item -newname { [string]($._name).substring(9) }
The file extension and the numeric value are variable based on your needs.
WARNING: THIS WILL AFFECT EVERY FILE IN YOUR CHOSEN DIRECTORY, so move all the files that you need to rename to their own folder. And, it can't be redone, so make a backup beforehand, and make sure you're in the correct folder before you execute.
Become a supporter of this podcast: https://www.spreaker.com/podcast/random-tech-thoughts--2829929/support.
…
continue reading
get-childitem *.dat | rename-item -newname { [string]($._name).substring(9) }
The file extension and the numeric value are variable based on your needs.
WARNING: THIS WILL AFFECT EVERY FILE IN YOUR CHOSEN DIRECTORY, so move all the files that you need to rename to their own folder. And, it can't be redone, so make a backup beforehand, and make sure you're in the correct folder before you execute.
Become a supporter of this podcast: https://www.spreaker.com/podcast/random-tech-thoughts--2829929/support.
148 episodes
Manage episode 277876851 series 2107126
Content provided by Kyle Souza. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Kyle Souza or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://ppacc.player.fm/legal.
I had to strip off the first part of a bunch of file names. You can do this inside of Windows Powershell, using this simple script:
get-childitem *.dat | rename-item -newname { [string]($._name).substring(9) }
The file extension and the numeric value are variable based on your needs.
WARNING: THIS WILL AFFECT EVERY FILE IN YOUR CHOSEN DIRECTORY, so move all the files that you need to rename to their own folder. And, it can't be redone, so make a backup beforehand, and make sure you're in the correct folder before you execute.
Become a supporter of this podcast: https://www.spreaker.com/podcast/random-tech-thoughts--2829929/support.
…
continue reading
get-childitem *.dat | rename-item -newname { [string]($._name).substring(9) }
The file extension and the numeric value are variable based on your needs.
WARNING: THIS WILL AFFECT EVERY FILE IN YOUR CHOSEN DIRECTORY, so move all the files that you need to rename to their own folder. And, it can't be redone, so make a backup beforehand, and make sure you're in the correct folder before you execute.
Become a supporter of this podcast: https://www.spreaker.com/podcast/random-tech-thoughts--2829929/support.
148 episodes
All episodes
×Welcome to Player FM!
Player FM is scanning the web for high-quality podcasts for you to enjoy right now. It's the best podcast app and works on Android, iPhone, and the web. Signup to sync subscriptions across devices.