I just finished a TCL Db App that includes a featrue to open web page URLs. My code is as follows ($adr is the url):
eval exec [auto_execok start] "" [list $adr]
This code works fine on my Windows workstation. However, after I placed the app on a network drive I receive the following error:
DriveShareFolderSubfolder CMD.EXE was started with the above path as the current directory. UNC paths are not supported. Defaulting to Windows directory.
The web page still opens, but I still get the TCl error.
Does soemone know a better way to open URLs with TCL in a server or network environment?
Thank you,
DFM