Code: Select all
C:\Users\-----\AppData\Local\atom\bin\atom.cmdAtom's installation is so unbelievably convoluted - there is no simple atom.exe to point to - well, one that doesn't become obsolete with every update.
Code: Select all
C:\Users\-----\AppData\Local\atom\bin\atom.cmdCode: Select all
run """C:\Users\%USERNAME%\AppData\Local\atom\bin\atom.cmd"" ""<variable for the file you want to open>""", , , 0;
Code: Select all
run """C:\Users\%USERNAME%\AppData\Local\atom\bin\atom.cmd"" <selitems>", , , 0; Sure, this variable already puts all of it's items in quotes.I had to remove the quotes from <selitems>
Doesn't happen here... Sorry, can't helpCurrently the Atom icon flashes in the taskbar and I have to select it manually to bring it to the front.