Calling VB Exe file From NAV Shorcut

sakameeransakameeran Member Posts: 52
Hi Experts,
While i am trying to call my VB Exe file from NAV Shorcut(Navigation Menu), it is firing the following error.
The Error is,
C/SIDE hyperlinking failed.
You tried to hyperlink to this target, c:\A.exe (A.exe is generation from Visual Basic 6).

All other file types, except the exes are working fine.
Is that possible to call VB Exe thru NAV?
Please guide me resolve this.

Thanks in Advance

Regards
Meeran

Comments

  • SavatageSavatage Member Posts: 7,142
    I think the problem here is hyperlinking to an exe. The hyperlink runs the file with it's associated program. since there are many exe's it doesn't know what to do with it.

    If you just want to open vb - perhaps create a phoney default and hyperlink to that.
    c:\default.vbs

    or use WshShell to call the program not hyperlink :-k
Sign In or Register to comment.