I design ".html" file that takes inputs from the user and returns some outputs.
The inputs are Query sequence and Name of database.
I want to put the query sequence in a txt file and execute the local program "cmd application" by type:
blastn -query querySequence.txt -db databaseName -out outputFile.txt
Then, present the output file to the user.
I am using windows 7. I think perl is a solution but I did not know anything about perl and how it is working!
Screenshot of CommandLine.hta
So, just copy and paste this code on your notepad or notepad++ and save it as CommandLine.hta and execute it by double clic.
NB : The extension must be .hta and not .html