2) At Head office in Hamachi create a group. Name the group as your company name and provide any suitable password.
3) At branch in Hamachi join the group created at head office.
4) Make note of the hamachi IP's at headoffice and at branch.
5) On both sites share the local drive and allow full access
6) At head office enter command prompt and edit cw.bat file located in the programs directory. In cw.bat file insert the following :
Code: Select all
CLS
NET USE B: /D /Y
NET USE B: \\(insert ip address of branch)\c /user:(username) (password) /persistent:yes
Pause
8 ) Do instruction 6 at the branch as follows :
Code: Select all
CLS
NET USE H: /D /Y
NET USE H: \\(insert ip address of HeadOffice)\c /user:(username) (password) /persistent:yes
Pause
(Where 1 is the company number for head office and 2 is the company number for the branch - c and b are the drive letters)
At the branch open compubyte and select parameter 273 and enter H: and at parameter 201 enter 1=H 2=C
(where 1 is the company number for the head office and 2 is the company number for the branch - h and c are the drive letters)