-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Micah Cowan wrote:
> My Name? wrote:
>> Hello,
> 
>> I was wondering if there was a way to prevent the title changing...
>> wget is currently nested in another script, and would probally confuse
>> the user as to why the title says "wget file location" is it possible
>> to retain its former title? (at the top of the script is "title <my
>> title>" and i would like that to remain.)
> 
> Is this on Windows?
> 
> Here's a copy-paste from an answer Christopher Lewis gave to someone
> asking a similar question:

(Similar, but not the same: the question was how to hide Wget from the
task bar; I guess yours is how to prevent it from changing some title
somewhere; more context for your question would be nice.)

- -Micah

>> Depends on the scripting language.
> 
>> VBScript has the Shell.RUN command, first parm is the command "WGET.EXE
>> http://www.google.com"; Second parm is window state.  6, I believe, hides the
>> window.
> 
> 
>> Dim oShell
>> Set oShell = WScript.CreateObject ("WSCript.shell")
>> oShell.run  "WGET.EXE http://www.google.com";, 6, true
>> Set oShell = Nothing
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH9dhC7M8hyUobTrERAh8yAJ0XaQ3l5uNjFWQV1yDQMpQw6YWwcQCdHt8q
EdWrwq4l3CKo4CXABUazTcQ=
=T/Cn
-----END PGP SIGNATURE-----

Reply via email to