Hi,
I have many users accessing Navision through Citrix and each users form settings gets changed every time they logout and login back to Navision. Its something to do with ZUP files on Citrix. Does anyone know how to save the settings of ZUP files for each users on Citrix? Thanks for your help in advance.
Best regards
Suresh
NY.
0
Comments
Make a batch file with the following lines
@echo off
c:\program files\fin.exe ID=c:\zup\%USERNAME%, TEMPPATH=c:\temp\, SERVERNAME=<nf-server>,NETTYPE=TCP
Publish an application with this batch file to all your NF users