转载请注明出处

 

制作下列命令的bat批处理文件,放到C盘根目录下(其他盘符没有测试),运行一下,能打开mail即成功

if not exist "c:\%username%\foxmail 7.0" mkdir "c:\%username%\foxmail"


if not exist "c:\%username%\foxmail\foxmail.exe" xcopy "c:\foxmail 7.0\*.*" /s/e/y "c:\%username%\foxmail 7.0"
cd c:\%username%\foxmail 7.0\
foxmail.exe

exit
 
然后在XenApp中发布bat文件