Start-up File tclsh.rc on Windows NT

greenspun.com : LUSENET : Tool Command Language (Tcl) : One Thread

I want a script to be run automatically when a tcl shell is started.

Looking at the "Tcl/Tk on Windows Frequently-Asked Questions", section D-6: Start-up Files tclsh.rc and wishrc.tcl: Tcl looks for ~/tclsh.rc, and wish looks for ~/wishrc.tcl. The tclsh.rc name is pretty inconsistent, and should probably be tclshrc.tcl. We don't use the .tclshrc form because it doesn't work on FAT filesystems. -Scott Stanton

However, on a Windows NT system, where does ~/tclsh.rc exist? Is it the current working directory, the current user's home directory, or something else? I've tried several locations without any success.

The simple test script (in a file named tclsh.rc) I've tried contains the following line: exec ls > junk.out

I've also tried using: load example.dll

I can execute the script from the tcl shell without any problems, but I cannot get it to automatically run when the shell is started.

Any ideas?

-- Chris Loflin (clofli@atl.com), March 27, 2000

Answers

I am uncertain where it resides - have you contacted the Windows FAQ author and asked there? Also, I believe there is a Windows specific mailing list to which you can subscribe; check at http://dev.scriptics.com/ for subscription details.

-- Larry W. Virden (lvirden@cas.org), March 28, 2000.

Moderation questions? read the FAQ