This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################## | |
# # | |
# 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). # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__________________________________________ | |
| | | |
| Programming with PowerShell | | |
|________________________________________| | |
1. Introduction | |
2. Running PowerShell | |
3. PowerShell Variables | |
4. PowerShell Data Types | |
5. PowerShell Basic Operators |