Welcome to my page. I am not an avid writer, but i am trying. Here you will find some of the fine snippets i came across which i would like to revisit given a chance. Some of the technical troublshooting which i encountered, which i would like to maintain here as ready reckoner. Please feel free to go around my pages. Bouquets and Brickbats are welcomed. :-)
Tuesday, March 15, 2011
DOS - Batch programming - Accept command input for batch programm
hello.bat file content @echo welcome %1 %2 %3 %4 boy
Execution. hello one two three four
output will be C:\Documents and Settings\retheesh\Desktop>hello one two three four (Input parameters) welcome one two three four boy
No comments:
Post a Comment