|
| |
This section describes how to configure DesignIT's Access NT for use in a Topcat
system. It applies to Topcat Version 1.4 onwards.
TCFiler provides the default Logon and Server icons in Topcat. If you
are replacing Topcat's !TCFiler with !AccessNT, you will need to add the following two
lines to the !Run file in !AccessNT:
SetMacro Choices$UserWrite <TCFiler$Userpath>
SetMacro UserChoices$Path <TCFiler$Userpath>.
In the script executed when the user logs on enter the command:
Set TCFiler$Userpath LanMan::Home.$
(if each users home directory is shared)
or
Set TCFiler$Userpath LanMan::Home.$.<NTFiler$User>
(if the share mount is a directory above the users home directory)
In the 'Command to Execute' field in the 'At logon' box enter the command:
Set TCFiler$Userpath LanMan::Home.$ |