Update READMEs to emphasize batch files as entry points

Each folder README now has:
- Quick Start section with batch file commands
- Batch Launchers table listing entry points
- PowerShell Scripts section for detailed documentation

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
cproudlock
2025-12-10 11:02:47 -05:00
parent 62c0c7bb06
commit fc6be8a876
5 changed files with 120 additions and 4 deletions

26
shopfloor-pcs-example.txt Normal file
View File

@@ -0,0 +1,26 @@
# Shopfloor PC IP Addresses
# One IP address per line
# Lines starting with # are ignored
# Production Line 1
10.48.130.100
10.48.130.101
10.48.130.102
# Production Line 2
10.48.130.110
10.48.130.111
10.48.130.112
# Quality Control
10.48.130.120
10.48.130.121
# Maintenance
10.48.130.130
10.48.130.131
# Example hostnames (if DNS resolution works)
# SHOPFLOOR-PC-01
# SHOPFLOOR-PC-02
# SHOPFLOOR-PC-03