Hello -
Playing around for the command prompt it occured to me that you really could use use MSDOS Batch files instead of retyping the commands...
http://www.allenware.com/mcsw/bus.htm
Just create plain text files with a ".bat" extention.
"myfile.bat"
be sure to use a "pause" command at the end to keep the command window open....
Example Batch File:
echo This is a sample batch file displays dsget help
dsget /?
pause
This tip may seem obvious to some but I hope it helps at least one person