Hi,
Can you look at creating a way for a command to be sent to the (MM application or MM tray icon) to activate/deactivate the movement from a command line or powershell
Currently I manually click MM to make active (ie green ring)
I run lots of backups and other processes from the command line
When finished I manually click MM to make it non-active (ie turn green ring off)
It would be good to create a batch file
REM Backups
call c:\xxxxxxxxxxxxxx\mm.exe -activate
do backups jobs and copy files etc
call c:\xxxxxxxxxxxxxx\mm.exe -deactivate
Hi,
Can you look at creating a way for a command to be sent to the (MM application or MM tray icon) to activate/deactivate the movement from a command line or powershell
Currently I manually click MM to make active (ie green ring)
I run lots of backups and other processes from the command line
When finished I manually click MM to make it non-active (ie turn green ring off)
It would be good to create a batch file
REM Backups
call c:\xxxxxxxxxxxxxx\mm.exe -activate
do backups jobs and copy files etc
call c:\xxxxxxxxxxxxxx\mm.exe -deactivate