# Ensure the folder exists New-Item -ItemType Directory -Path (Split-Path $path) -Force | Out-Null
:: 2️⃣ Switch to that folder cd /d "%USERPROFILE%\Documents\RJ" rj01256651 save
Store the master copy locally in a well‑named folder, then set up at least one additional backup (external drive or cloud). # Ensure the folder exists New-Item -ItemType Directory
# 1️⃣ Make sure the target directory exists mkdir -p ~/Documents/RJ rj01256651 save