Hallo, all!
My question is:
Is ti possible to start a Tcl - script with arguments under Windows? I've tried to edit the link that I've made on the desktop, just by tipping the arguments after the command the link has. I didn't work.
Any ideas?
I don't know if this is what you're after but I do something similar. I have a Tcl script that views binary data in a form that I like. I have "associated" .bin files with that script as follows:
C:\Tcl\bin\wish83.exe "f:/utility/tclscript/hxread2.tcl" %1
Clearly, "%1" is a file name for association but I think the syntax is general? Bob Rashkin
rrashkin@csc.com
*.bat files are OK, but the leave a DOS-window every time they are started.
I tried "@echo=off". Result: a DOS-window comes for short moment and only then it disappears. Is there any possibility to make DOS-windows not to appear on the screen at all?
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.