Skip to content

Instantly share code, notes, and snippets.

View veeblefetzer2's full-sized avatar

veeblefetzer2

View GitHub Profile
@veeblefetzer2
veeblefetzer2 / PicMove2PC.ps1
Created August 10, 2021 14:29
PowerShell Example: Program to move JPG's from a memory card to a PC.
##############################################################################
# #
# PicMove2PC.ps1 - PowerShell script to move pictures from a camera memory #
# card to a computer hard drive by doing the following: #
# #
# 1. Loop through all drive letters to find the one for the camera memory #
# card and then use it to access the card. #
# 2. Make a list of the files on a camera memory card. #
# 3. Generate a date-based picture name (including a sequence number for #
# multiple pictures on the same day). #
@veeblefetzer2
veeblefetzer2 / PowerShell_Reference.txt
Created August 10, 2021 14:21
PowerShell Programming Guide/Reference
__________________________________________
| |
| Programming with PowerShell |
|________________________________________|
1. Introduction
2. Running PowerShell
3. PowerShell Variables
4. PowerShell Data Types
5. PowerShell Basic Operators