hoijui wrote:Code: Select all
$ spring --help --- this is available since about 2 years.[/quote] [img]http://img819.imageshack.us/img819/1750/springd.png[/img] It doesn't work.
spring --help (split: feedback: (spring_94.1.1-354-ga4b114c))
Moderator: Moderators
spring --help (split: feedback: (spring_94.1.1-354-ga4b114c))
Re: feedback: (spring_94.1.1-354-ga4b114c)
that is just win fail.
spring shows stuff, but windows does not show it.
you can do something like this:
then open the newly created file z.txt in a text editor.
edit:
you can also start spring.exe without arguments, and in the menu, choose "Edit Settings", to browse the list of config keys.
spring shows stuff, but windows does not show it.
you can do something like this:
Code: Select all
$ spring.exe --help > z.txt
edit:
you can also start spring.exe without arguments, and in the menu, choose "Edit Settings", to browse the list of config keys.
Re: feedback: (spring_94.1.1-354-ga4b114c)
Yeah, but it's cumbersome to do that for each time you want to get/pass information to spring. What's the reason? For windows the syntax is normally either:hoijui wrote: you can do something like this:then open the newly created file z.txt in a text editor.Code: Select all
$ spring.exe --help > z.txt
Code: Select all
help cd
cd /?
Re: spring --help (split: feedback: (spring_94.1.1-354-ga4b1
spring is a win32 application, only console applications can easily print to the console.
this "problem" could be fixed by showing a messagebox.
this "problem" could be fixed by showing a messagebox.
Re: spring --help (split: feedback: (spring_94.1.1-354-ga4b1
Yeah, but most windows users don't use windows that way anyway (it's in the name: windows).
One suggeestion though: why not rename script.txt to something like script.spring (or script.spr if you want 3 letter extensions), then you could choose to always open that filetype with spring.exe, which would be convenient.
One suggeestion though: why not rename script.txt to something like script.spring (or script.spr if you want 3 letter extensions), then you could choose to always open that filetype with spring.exe, which would be convenient.
Re: spring --help (split: feedback: (spring_94.1.1-354-ga4b1
drawback is, that it is bound to one specific version of spring, but its still a small benefit.Jools wrote:One suggeestion though: why not rename script.txt to something like script.spring (or script.spr if you want 3 letter extensions), then you could choose to always open that filetype with spring.exe, which would be convenient.
edit: aah, looking into the code: it should already work. just rename script.txt to .spr and associate with spring.exe.
Re: spring --help (split: feedback: (spring_94.1.1-354-ga4b1
But isn't script.txt createdabma wrote: edit: aah, looking into the code: it should already work. just rename script.txt to .spr and associate with spring.exe.
Re: spring --help (split: feedback: (spring_94.1.1-354-ga4b1
script.txt is created by lobbies.