Playlist: • How To Program In Batch
Video 1: • Batch/Cmd Programming: Lesson 1 (Basics)
Video 2: • Batch Programming: Lesson 2 (User Input, V...
Video 3: • Batch Programing: Lesson 3 (Create Text Fi...
Facebook: / technologycrazy
Twitter: / technologycrazy
Website: http://www.technologycrazy.info/
Hey technologycrazy here and today Im going to tech you how to copy,move and rename files + tips and tricks.
Notepad++: http://notepad-plus-plus.org
COMMANDS
copy "source" "destination"
Example: Copy E:\Multiplay.exe C:\Users\Justin\Desktop
xcopy "source" "destination"
Example:xcopy E:\Multiplay.exe C:\Users\Justin\Desktop
move "source" "destination"
Example:move E:\Multiplay.exe C:\Users\Justin\Desktop