Client Management Suite

 View Only
  • 1.  Copy profile with bat file using Altiris

    Posted Jun 06, 2013 10:01 AM

    I created a simple profile is call profilecopy.bat

    echo off

    dir

    cd \

    c:

    cd users

    xcopy c:\users\%username%\*.* c:\users\%username.domainname\ /e /s /q /y

    the I create package through altiris, but when I send the job to the windows 7 client, it just hang, it show processing.... for long long time, and I check out the local machine on c:\program files\altiris\altiris agent\agents\software management\software delivery\{528xxxxxx-xxxx-xxxxx-xxxx}\cache\profilecopy.bat

    has been downloaded.

    I am use Altiris 7.1

    I use system account to send the job to client, it showing processing......

    I use special user account with my admin credential, it showing processing....

    if I use command prompt from client local machine, double click profilecopy.bat file, it take less then 2 minutes, all the files from c:\user\%username% will be completely copy to c:\users\%username.domainname

    can someone help me?

     

    Thanks

     

    Lillian

     

     

     



  • 2.  RE: Copy profile with bat file using Altiris

    Posted Jun 06, 2013 10:25 AM

    Do you see the batch window running on the desktop ? Have you set it to show window in the script job ?