Tagged Questions

0
votes
1answer
47 views

googlecl Comnmand line: contain double and single quotes in the title

Any googlecl user here? I am using the latest version of googlecl and poython 2.5. The title of my post is "Moon" - Official Trailer. What should I do? The following code wont work: $ google ...
0
votes
4answers
2k views

Apache Ant command line arguments without double quotes - is it possible?

Today I had to add a task to an Apache Ant file. The command line should have been something like myprogram --param1 --param2 path\somefile 2> path\logfile The problem with this was that if I ...