########################################
#         example of .tksmbrc file     #
########################################
#this file is tcl/tk(expectk) you can use there any initialization of
#variables or customization for every user of system
#
#
#
#
#Passwords: (not secure to keep passwords hear)
#
#ATTENTION! Case of characters makes sense.
#Try look at TkSmb window to enter correct cases
#
#For HOST
set H_PASS_MYHOST password
#          ^^^^^^ - hostname

#For Every Share:
set SH_PASS_MYHOST_myshare password
#                  ^^^^^^^ - share-name
#           ^^^^^^ - hostname      
#

set USERNAME User
set MountRoot $env(HOME)/mnt
set DOWNLOAD $env(HOME)

#
##
##You can define custom procedure to exec instead of 
## "viewhost $C_HOST $C_GROUP 1" in startup
## 
#
#proc custom_proc {} {
#    puts "Custom Proc"
#    viewhost HOST GROUP 1
#    mount HOST share
#    }
#
