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

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:

> 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

- --
HTH,
Micah J. Cowan
Programmer, musician, typesetting enthusiast, gamer,
and GNU Wget Project Maintainer.
http://micah.cowan.name/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH9dWA7M8hyUobTrERAgx6AJ9z79feQFB4UfE+anj97slZzkkmUACeJkrb
zG+zXK0rchdSY6BrtQbjCJo=
=2JMO
-----END PGP SIGNATURE-----

Reply via email to