Advertisement
drkbl

Total Commander Start menu test batch file

Feb 11th, 2014
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. echo 1: %1
  3. echo 2: %2
  4. echo 3: %3
  5. echo 4: %4
  6. echo 5: %5
  7. echo 6: %6
  8. echo 7: %7
  9. echo 8: %8
  10. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement