Menu

#203 Start multiple dropit by batch file

v8.5
open
nobody
None
1
2024-10-04
2024-10-04
Anonymous
No

i want to start couple instances of dropit with different profiles. It starts correctly the dropit with good profile, but the icons are random from the folder, not corresponding with the profile.

Batch file:

rem @ECHO off
cd C:\Program Files\DropIt\
start "" Dropit.exe /close
start "" Dropit.exe -01-outdoor
start "" Dropit.exe -01-indoor
pause
Dropit.exe /refresh
pause

If I press the icon to switch from profile and back, the correct icon corresponding to the profile will appear

Discussion


Log in to post a comment.