Options

SHELL function in RTC

genericgeneric Member Posts: 511
edited 2009-09-10 in NAV Three Tier
Hello SHELL is no longer used in RTC.

I was wondering what is a substitute for it?

I can use windows script host automation, but was wondering what other option are there available.

Thanks.

Comments

  • Options
    krikikriki Member, Moderator Posts: 9,096
    Give this one a try : http://www.mibuso.com/forum/viewtopic.php?t=12417

    PS: the shell-command will be executed on the service tier, and NOT on the client.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Options
    fitolfitol Member Posts: 46
    It will execute on the client if you create the shell this way:
    CREATE(WSHShell, FALSE, ISSERVICETIER);
Sign In or Register to comment.