r***@gmail.com
2020-04-24 23:54:11 UTC
I have the following in the Target of a cmd shortcut on my desktop: "C:\Windows\System32\cmd.exe /k m50"
But the cmd windows shows the following error: "'m50' is not recognized as an internal or external command".
The doskey macrofile has been registered in the registry. How can I make this work? Thanks.
Here are my macrofiles:
alsias.cmd
@echo off
doskey m7=C:\Bin\m7connect.bat
doskey m50=C:\Bin\m50connect.bat
m7connect.cmd
@echo off
adb disconnect
adb connect 192.168.1.7
timeout /t 1 /nobreak
scrcpy
m50connect.cmd
@echo off
adb disconnect
adb connect 192.168.1.8
timeout /t 1 /nobreak
scrcpy
But the cmd windows shows the following error: "'m50' is not recognized as an internal or external command".
The doskey macrofile has been registered in the registry. How can I make this work? Thanks.
Here are my macrofiles:
alsias.cmd
@echo off
doskey m7=C:\Bin\m7connect.bat
doskey m50=C:\Bin\m50connect.bat
m7connect.cmd
@echo off
adb disconnect
adb connect 192.168.1.7
timeout /t 1 /nobreak
scrcpy
m50connect.cmd
@echo off
adb disconnect
adb connect 192.168.1.8
timeout /t 1 /nobreak
scrcpy