Yes, that was another idea I have considered after posting my question - to use simple batch files for individual snap-ins, put the main executable on easily accessible samba share and manage different command line arguments from those batch files. Definitely a cleaner approach than my original symlinking idea Thanks a lot for your response, it definitely helped me to solve my problem.
R
Latest posts made by Raduz
-
RE: Multiple snap-ins with same file
-
Multiple snap-ins with same file
Hello,
I have following question. I need to create four different snap-ins, with same executable, but different command line arguments. Is it possible to create a snap-in without an upload, just enter a path to an already existing file and specify command line args? I could probably create four snap-ins with custom executable names, upload some dummy files to the server, and then manually replace those dummies with soft (or hard, if necessary) links to the real executable, but I would like to avoid such hacks. Is there some legal way to do this? Thanks.
(Sorry in case Iām asking an already answered question. I tried to search forums, but failed to find any info on this.)