snakefoot / snaketail-net

Tail utility for monitoring text log files and Windows EventLog
http://snakenest.com/snaketail/
GNU General Public License v3.0
395 stars 78 forks source link

Not able to open another file in new tab of existing Snaketail window through command line. #120

Open ash3taunk opened 6 years ago

ash3taunk commented 6 years ago

Not able to open another file in new tab of existing Snaketail window through command line.

Steps will reproduce the problem?

  1. Open Command Prompt
  2. Run the following commands:
  3. echo "foo" > c:\foo.log C:\Progra~1\SnakeTail\SnakeTail.exe "C:\foo.log" echo "test" > c:\test.log C:\Progra~1\SnakeTail\SnakeTail.exe "C:\test.log"
  4. observe new file opened in separate window.

Expected behaviour: I expect SnakeTail would attempt to open new files in new tab of existing SnakeTail window if there is.

Version of the product I am using? On what operating system? latest version 1.9.4.0 under Windows 7 64-bit.

Other Information: This issue might be similar to : #87, but it should work from command line as well.