07-13-2021 01:01 PM
Hello everyone,
I am working on a LabVIEW project in which I have to create a exe
(i) Which should run directly with certain arguments when call from command prompt.
(ii) But when open manually I don't want that tool should run directly without users permission.
If anybody can suggest any idea to implement is most welcome.
Thanks in advance
Regards
Kaustav Sen
Solved! Go to Solution.
07-13-2021 01:47 PM
Hi Kaustav,
@Kaustav19 wrote:
I am working on a LabVIEW project in which I have to create a exe
(i) Which should run directly with certain arguments when call from command prompt.
(ii) But when open manually I don't want that tool should run directly without users permission.
07-13-2021 04:25 PM
@Kaustav19 wrote:
Hello everyone,
I am working on a LabVIEW project in which I have to create a exe
(i) Which should run directly with certain arguments when call from command prompt.
(ii) But when open manually I don't want that tool should run directly without users permission.
If anybody can suggest any idea to implement is most welcome.
Thanks in advance
Regards
Kaustav Sen
1) Command line arguments can be implemented
2) Huh? Do you mean if the user launches it by clicking on its icon? That would be the same as launching it form the command line with no arguments, right? So make a case that just exits if no command line argument was present on launch.