eksime / VDesk

Launch programs on new virtual desktops.
GNU General Public License v3.0
635 stars 57 forks source link

Command Line Args not Working #12

Closed BuGBeN closed 8 years ago

BuGBeN commented 8 years ago

The command line args s not working. The command:

vdesk 3 notepad "C:\some file.txt"

opens the notepad, but ignores the "C:\some file.txt" arg.

The problem is in Program.cs, line 97: for (int i = 1; i < 4; i++)

I changed it to the following to correct it: for (int i = 1; i < 5; i++)

eksime commented 8 years ago

Thanks, fixed in bb2d97a34d60cd3aa698b8c16c1f5caeb82433ab