PiRSquared17 / snaketail-net

Automatically exported from code.google.com/p/snaketail-net
1 stars 0 forks source link

Unable to open multiple files via commandline or shortcuts #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open Command Prompt
2. Run the following commands:
echo "foo" > c:\foo.log
echo "test" > c:\test.log
C:\Progra~1\SnakeTail\SnakeTail.exe "C:\foo.log" "C:\test.log"

3. SnakeTail will only open the first command-line argument, any additional 
arguments are dropped.

What is the expected output? What do you see instead?
I expect SnakeTail would attempt to open each of the additional parameters, as 
it does when multiple logs are selected via the GUI.

What version of the product are you using? On what operating system?
I am using the latest version 1.8.2 under Windows 7 64-bit.
I have tried both the SnakeTail.v1.8.2.x64.msi and SnakeTail_v1.8.2.zip 
versions with the same results.

Please provide any additional information below.
I also expect the same fix should handle launching SnakeTail with multiple 
arguments via a shortcut.

Original issue reported on code.google.com by spiritp...@gmail.com on 8 May 2013 at 2:16

GoogleCodeExporter commented 9 years ago
Implemented support for opening multiple files from the command line. Will be 
included in the next release of SnakeTail.

Original comment by sweaty1 on 8 May 2013 at 9:41

GoogleCodeExporter commented 9 years ago
Issue #58 has a test version attached, with the ability to open multiple files 
from command line.

Original comment by sweaty1 on 17 Oct 2013 at 9:58

GoogleCodeExporter commented 9 years ago
Ver. 1.9.0 has been released

Original comment by snakenes...@gmail.com on 30 Sep 2014 at 10:22