In Visual Basic you can use command line parameters with your programs, can you do that with asp? Like if you went to commandline.asp hello.txt the asp would be able to get hello.txt and do something with it(in my case open it and put its contents on a certain part of the webpage)? Any help is appreciated.