TheIrishThug
Programmer
I am piping information into my tcl script ([some command]|my_script.tcl). Is there a way to get the entire string that was used to start the task?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
set cmd "$::argv0 [join $::argv]"