5.1. Batch Files¶
This section describes writing DOS Batch Files
- 5.1.1. Sample
- 5.1.2. Multiline Command
- 5.1.3. Examples of GOTO command
- 5.1.4. Examples of IF command
- 5.1.5. Examples of FOR command
- 5.1.6. Advanced DOS
- 5.1.6.1. Help
- 5.1.6.2. File contents commands
- 5.1.6.3. Change current screen / display
- 5.1.6.4. Calling and exiting batch Files
- 5.1.6.5. File/Folder/Directory management commands
- 5.1.6.6. Comparision commands
- 5.1.6.7. Date & Time commands
- 5.1.6.8. Environment Variable management commands
- 5.1.6.9. Adding more funcionality to a batch file
- 5.1.6.10. Switching directories
- 5.1.6.11. Copy commands
- 5.1.6.12. Other commands
- 5.1.7. Help
- 5.1.7.1. HELP
- 5.1.7.2. TYPE
- 5.1.7.3. SORT
- 5.1.7.4. FIND
- 5.1.7.5. FINDSTR
- 5.1.7.6. MORE
- 5.1.7.7. CLS
- 5.1.7.8. COLOR
- 5.1.7.9. PROMPT
- 5.1.7.10. TITLE
- 5.1.7.11. CALL
- 5.1.7.12. CMD
- 5.1.7.13. START
- 5.1.7.14. EXIT
- 5.1.7.15. DIR
- 5.1.7.16. MD
- 5.1.7.17. CD
- 5.1.7.18. RD
- 5.1.7.19. DEL
- 5.1.7.20. REN
- 5.1.7.21. MOVE
- 5.1.7.22. REPLACE
- 5.1.7.23. COMP
- 5.1.7.24. FC
- 5.1.7.25. DATE
- 5.1.7.26. TIME
- 5.1.7.27. SET
- 5.1.7.28. PATH
- 5.1.7.29. SETLOCAL
- 5.1.7.30. ENDLOCAL
- 5.1.7.31. REM
- 5.1.7.32. ECHO
- 5.1.7.33. PAUSE
- 5.1.7.34. GOTO
- 5.1.7.35. IF
- 5.1.7.36. SHIFT
- 5.1.7.37. FOR
- 5.1.7.38. PUSHD
- 5.1.7.39. POPD
- 5.1.7.40. COPY
- 5.1.7.41. XCOPY
- 5.1.7.42. ROBOCOPY
- 5.1.7.43. TREE
- 5.1.7.44. SUBST
- 5.1.7.45. VER
- 5.1.7.46. DOSKEY
- 5.1.8. FAQs