Skip to content

Instantly share code, notes, and snippets.

@eldstone
eldstone / claude-switch-multi.bat
Last active February 5, 2026 06:06 — forked from deezeddd/gist:106b688e28faea4b428816ba4ca61338
claude-switch-multi [Used to switch between multiple accounts]
@echo off
:: Claude Code Multi‑Account Switcher – Windows Batch version
:: Usage: claude-switch-multi.bat [account1|account2|save-current|list|status]
setlocal EnableDelayedExpansion
:: Config
set "HOME=%USERPROFILE%"
set "CLAUDE_DIR=%HOME%\.claude"
set "CLAUDE_CONFIG=%HOME%\.claude.json"