🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
5 lines
68 B
Batchfile
Executable File
5 lines
68 B
Batchfile
Executable File
@echo off
|
|
cd /d C:\Users\alexz\vpn_scripts\
|
|
node vpn-login.js
|
|
pause
|