PDA

View Full Version : Scripting Language


Joanne
September 16th 05, 02:30 PM
Please excuse this post if I have put it in the wrong group - was not
sure where to go with it really.

I would like to make my computer (WinXP Pro) go online when I boot up
in the morning and collect the 'daily crossword puzzle', downloading
it to a folder on my hard drive. I would want to do this only first
thing each day, and not to re-do it if I reboot the computer for
whatever reason, so perhaps it needs to be setup not to run
automatically but only when I click, say, a desktop icon.

I am not a complete beginner with computers, having done some work in
visual basic and basic programming, as well as vba for msoffice 2003.
While this does not make a programmer out of me, it did give me a good
understanding of how things work in the background of software and a
bit of an idea about what all is involved in actually creating
programs. I have read in passing about a scripting language so I know
it is out there but I know nothing about it really, and am not even
sure if it would be the correct thing to use to accomplish what I
would like to do. Is the scripting language a part of the windows os?

I just really need a push into the right direction - then I can start
reading and studying and trying to find out how to do this. Or perhaps
this cannot even be done - just knowing that and saving myself a lot
of grief would really be helpful. While this is really a frivolous
task, I'm sure I would learn a ton about something new to me, and that
is the real challenge here.

TIA
Joanne

Doug Knox MS-MVP
September 16th 05, 08:04 PM
You're most likely referring to the Windows Scripting Host and Visual =
Basic Scripting. I would say that as long as the cross word puzzle =
could be downloaded via FTP, its pretty easy to do. If its a standard =
web page, using HTTP, then its more difficult, but possibly doable. =
More info on the Windows Scripting Host and VB Script can be found at:

http://msdn.microsoft.com/library/default.asp?url=3D/library/en-us/dnanch=
or/html/scriptinga.asp

--=20
Doug Knox, MS-MVP Windows Media Center\Windows Powered Smart =
Display\Security
Win 95/98/Me/XP Tweaks and Fixes
http://www.dougknox.com
--------------------------------
Per user Group Policy Restrictions for XP Home and XP Pro
http://www.dougknox.com/xp/utils/xp_securityconsole.htm
--------------------------------
Please reply only to the newsgroup so all may benefit.
Unsolicited e-mail is not answered.
=20
"Joanne" > wrote in message =
...
> Please excuse this post if I have put it in the wrong group - was not
> sure where to go with it really.
>=20
> I would like to make my computer (WinXP Pro) go online when I boot up
> in the morning and collect the 'daily crossword puzzle', downloading
> it to a folder on my hard drive. I would want to do this only first
> thing each day, and not to re-do it if I reboot the computer for
> whatever reason, so perhaps it needs to be setup not to run
> automatically but only when I click, say, a desktop icon.
>=20
> I am not a complete beginner with computers, having done some work in
> visual basic and basic programming, as well as vba for msoffice 2003.
> While this does not make a programmer out of me, it did give me a good
> understanding of how things work in the background of software and a
> bit of an idea about what all is involved in actually creating
> programs. I have read in passing about a scripting language so I know
> it is out there but I know nothing about it really, and am not even
> sure if it would be the correct thing to use to accomplish what I
> would like to do. Is the scripting language a part of the windows os?
>=20
> I just really need a push into the right direction - then I can start
> reading and studying and trying to find out how to do this. Or perhaps
> this cannot even be done - just knowing that and saving myself a lot
> of grief would really be helpful. While this is really a frivolous
> task, I'm sure I would learn a ton about something new to me, and that
> is the real challenge here.
>=20
> TIA
> Joanne

Joanne
September 17th 05, 01:42 AM
Thanks for the pointer Doug
There sure is a lot of info at this site
Will take a bit of time to get a handle on it all
Your time spent to give me an answer is very appreciated
Doug Knox MS-MVP wrote:

>You're most likely referring to the Windows Scripting Host and Visual Basic Scripting. I would say that as long as the cross word puzzle could be downloaded via FTP, its pretty easy to do. If its a standard web page, using HTTP, then its more difficult, but possibly doable. More info on the Windows Scripting Host and VB Script can be found at:
>
>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/scriptinga.asp
>

Google