- Oct
- 364
- 17
I have a set of programs I need to open for some genealogy activities. I can open them with a .btm that is basically this:
start /pgm "Wordprocessor.exe"
Delay 3
start /pgm "PDF Editor.exe"
Delay 3
start /pgm "Graphics Editor.exe"
Delay 3
start /pgm "Text Editor.exe"
Delay 3
start /pgm "File Manager.exe"
Delay 3
Text
Loaded the following:
(list)
EndText
I have this working, but I'm trying to load different programs into different Win 10 virtual desktops--some in Desktop 1 and some in Desktop 2.
I've tried /DESKTOP 1 and /DESKTOP=1 and neither works. I see there is a DESKTOP command but that seems unrelated to Win 10's virtual desktops.
Can TCC access or do any manipulation of Win 10 virtual desktops (e.g., switch between)? I would basically be interested in simply opening particular programs in particular Win 10 virtual desktops. But I can see that users might want to be able to switch between Win 10 virtual desktops.
I'm using TCC 18 on Win 10 Pro x64.
start /pgm "Wordprocessor.exe"
Delay 3
start /pgm "PDF Editor.exe"
Delay 3
start /pgm "Graphics Editor.exe"
Delay 3
start /pgm "Text Editor.exe"
Delay 3
start /pgm "File Manager.exe"
Delay 3
Text
Loaded the following:
(list)
EndText
I have this working, but I'm trying to load different programs into different Win 10 virtual desktops--some in Desktop 1 and some in Desktop 2.
I've tried /DESKTOP 1 and /DESKTOP=1 and neither works. I see there is a DESKTOP command but that seems unrelated to Win 10's virtual desktops.
Can TCC access or do any manipulation of Win 10 virtual desktops (e.g., switch between)? I would basically be interested in simply opening particular programs in particular Win 10 virtual desktops. But I can see that users might want to be able to switch between Win 10 virtual desktops.
I'm using TCC 18 on Win 10 Pro x64.