This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

How to execute a url within a tcl script?

Old posts that have not been replied to for several years.
Locked
S
Shining

How to execute a url within a tcl script?

Post by Shining »

I just want to execute a simple http://blabla... url within a tcl script.

Without any result processing.

How is this to be done?
User avatar
Aron
Halfop
Posts: 86
Joined: Sat Mar 15, 2003 8:35 am

Post by Aron »

Execute in what?
The best way to start learning is to start helping.
S
Shining

Post by Shining »

After doing a !last trigger the bot should execute a php file on a webserver.

Like the google script but without results.

The bot should be calling a website.
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

my cvs look for
proc newupdates {} {
you could use it as a sample

or check this if your gone use this then don't forget to do package require http
XplaiN but think of me as stupid
Locked