Subj : Re: Old Door Games on Multiple Nodes To : Todd Holcomb From : Ryan Fantus Date : Sat Nov 07 2020 10:08 am TH> As a workaround, I was able to use the %3 variable in the command line of TH> Mystic to execute 5 different batch files (start1.bat, start2.bat, etc) TH> to launch 5 different cfg files (lemon1.cfg, lemon2.cfg, etc) with the TH> different drop file paths. There's TH> probably and easier way but this works. DOS Batch files can interpret command line args sequentially, represented by %1 or %2 or %3. So if you launch c:\game\start.bat and want that start.bat to point at a specific lemon.cfg, it would be something like @echo off c: cd\game lemon.exe lemon%1.cfg Then in Mystic, you launch the game with "start.bat %N" to send the node number. %3 will do same as %N, I just prefer %N since it seems more intuitive to my brain :) --- Mystic BBS v1.12 A46 2020/08/06 (Linux/64) * Origin: monterey bbs (1:218/820) .