###################### # Begin Walk Section # ###################### Sneak: if_2 goto Walk_loop goto Walk_help Walk_loop: shift move %1 if_1 goto Walk_loop goto End Walk_help: echo echo Please enter the directions you wish to go echo echo .Smart Walk echo goto End #################### # End Walk Section # ####################