VB has a Command function that returns any command line arguments added after the name of the program. For example, if you launch MyApp.exe with the following command line...
MyApp arg1 arg2
Then the Command function, used within your MyApp VB application, will return "arg1 arg2". It's up to your application to parse the command line arguments.
Bob Conway
Tracy Mangin wrote:
Hi all,
Does anyone have any experience with passing arguments (found in the Rules section of WS_FTP Server) to a third party application, in particular a VB app?
Any info on using/passing arguments would be helpful!
Thanks,
Tracy
Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list.
An Archive of this list is available at: http://www.mail-archive.com/wsftp_forum%40list.ipswitch.com/
