Hello,
I need to develop an executable file suing vb.net, that will take in an article number as a parameter. Then using this article number a search will be performed in a server directory folder for a file that (if exists) will be named by convention article_number.file_extension the article number should match the file name (excluding the extension)
If the file exists then a value will be returned specifying that the file for that article number was found otherwise the value "file not found"will be returned. for both the values "was found" or "not found"will be stored in a SQL server database.
I have develop small windows applications using vb.net, but usually forms or aspx pages.
my question is: how can an executable receive a parameter?
Thank you,
pelusa.