I make a script, and i want to read the result (or download the file) of an url (http://www.my_web_site.com/page.html)
I don't want to display it, only get the result on a variable or on a downloaded file.
Is someone have an idea....
Thanks,
Xav
Hi,
I have got a process running (launch by set pid [exec ... &] ).
I want to kill this process with a command Kill $pid.
How can i do that under Windows NT. (cause under unix, i perform command "exec kill -9 $pid")
Thanks,
Xav
It is exactly what i need, but tlist.exe is not avaible on my platform (NT4 Workstation)
is it possible to know a "dos" command doing the same thing (like ps in Unix)
Thanks a lot,
Xav
Hi,
i've got a long exec to run (between 1 to 10 mins).
If i call my exec 'normaly' (exec $command) the window is freezed. The display is not updated. So, is there a solution for refresh the window.
If i run it in background (exec $command &),the window is well refresh, but i don't know how...
Hello,
i'm running an exec command in background cause it's quite long.
set error_code [catch {eval exec $command &} result]
How can i know when it's finish ???
merry xmass,
Xav
i'm not using any package.
my script "just" makes
a puts "Content-type: text/html\r\n" then
some puts "blablablablabla"
and a very long exec command
then again some puts "blablablabla"
The puts generate a good html page, but the html page is only...
Hi,
i'm making a tcl/tk script running via an apache server.
In this script i want to display information on the browser.
So i use puts fonction, but the browser only display the page at the end of the script.
Is it possible to have a "live" display ?? (like for php)
Xav
Hi,
I've got a form with a textarea i want to submit to a script.
Every thing is ok, except when the textarea is fill with lot of chars. The end of the textarea is not send to my script.
How many chars can we send ???
Is there a method to make it work ???
Xavier
Thanks for your answer,
but i'm looking for the command or a procedure making an unix df and not du.
I don't care if the procedure make an exec.
I can't use exec df cause i'm running my script under windows.
Thanks,
Hi,
I'm looking for a command giving me the space available on my hard disk.
I've tried "exec dir" but this command only return me the list of files in the directory
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.