Thanks I gave that a try, but still said access denied. Not a big deal right now, since I only have 1 slave anyways.
![smile](https://forums.chaos.com/core/images/smilies/smile.gif)
IMPORTANT Chaos License Server update January 28th 2025.
If you have not yet updated your License Server to version 6.1 or above and are unable to access your license please follow these simple instructions HERE.FOR %%A IN (%rendernodes%) DO psservice start vrayspawner 60
FOR %%A IN (%rendernodes%) DO psservice \\%%A start vrayspawner 60
Title Vray DR Slave-Smackaroo rem THIS FILE KILLS THE 3DSMAX PROCESS ON DESIGNATED COMPUTERS, THEN KILLS THE VRAYSPAWNER PROCESS, GOES ON TO STOP & START THE VRAYSPAWNER SERVICE AGAIN. set rendernodes=slave1 slave2 slave3 slave4 slave5 slave6 slave7 slave8 slave9 slave10 FOR %%A IN (%rendernodes%) DO pskill \%%A 3dsmax REM FOR %%A IN (%rendernodes%) DO pskill \%%A vrayspawner60 REM FOR %%A IN (%rendernodes%) DO psservice stop vrayspawner 60 REM FOR %%A IN (%rendernodes%) DO psservice start vrayspawner 60 exit
Comment