1.8 KiB
1.8 KiB
Nexus Flamenco manager batch script (2026-01-09 18:37Z)
User
context:@.specstory/history/2026-01-08_17-28Z-shaman-symlinking-for-windows-samba.md @.specstory/history/2026-01-08_23-42Z-windows-symlinking-error.md @.specstory/history/2026-01-09_18-22Z-nexus-manager-access-issue.md
@ssh (82-117) i need you to create a batch that:
- ssh nexus
- cd to /mnt/PHOENIX/flamenco/software/Flamenco
- run the flamenco manager (linux executable)
Agent (model default, mode Agent)
Creating a batch file to SSH to nexus, change to the Flamenco directory, and run the manager. Checking existing batch files for style:
Tool use: **read_file_v2** • Read file: c:\Users\Nathan\Desktop\flamenco\unified_flamenco_launcher.bat
Tool use: **read_file_v2** • Read file: c:\Users\Nathan\Desktop\flamenco\unified_sheepit_launcher.bat
Creating a batch file to SSH to nexus and run the Flamenco manager:
Tool use: **edit_file_v2** • Edit file: c:\Users\Nathan\Desktop\flamenco\nexus_flamenco_manager.bat
Created nexus_flamenco_manager.bat. It:
- Connects to nexus via SSH
- Changes to
/mnt/PHOENIX/flamenco/software/Flamenco - Runs
./flamenco-manager
The batch file uses a single SSH command that chains the directory change and execution. Double-click the batch file to run it, or run it from the command line.