rem Disassemble a class file
rem -c       = disassemble
rem -l       = show line numbers
rem -private = all methods, including private ones
rem -s       = show internal type signatures
rem -verbose = show stack size, number of locals and args for methods

javap.exe -classpath . -c -l -private -s -verbose com.mindprod.bio.Biorhythms > bytecodes.txt