When I download a file from the web, I copy the url, goto dopus, dos prompt here, type "wget " and Ctrl-V
It seems like dopus can do all of for me.
How do I get text from clipboard?
Thanks
Woody
When I download a file from the web, I copy the url, goto dopus, dos prompt here, type "wget " and Ctrl-V
It seems like dopus can do all of for me.
How do I get text from clipboard?
Thanks
Woody
You can insert the clipboard contents into a command line with the {clip} argument.
I made a new button
Standard Function
"C:\Program Files\wget\wget.exe" {$clip}
A cmd window pops up:
%7B$clip%7D/
=> 'index.html'
Resolving {$clip}...
[/img]
Changed {$clip} to {clip} and working fine now.
Nowhere did I say put a $ in between the parentheses! 