[PowerShell] A backup script

I once heard the saying that people are divided into two types: those who backup and those who will backup. Everyone who has lost their data certainly understands this saying. To avoid this situation, I back up my folders from time to time. To automate it a bit I created a simple script in powershell.

Script generating project files

I mentioned in one of my posts about how I call my projects. It’s about naming folders, schemes, PCB designs and BOMs (Bill Of Materials). I used to do everything manually by myself. I created a folder, created the schema as a new one and saved it under the proper name. I did the same

Read More