Teaches how to make files and folders, delete files and folders and various other file tasks.
Teaches how to make files and folders, delete files and folders and various other file tasks.
Rate Teaches how to make files and folders, delete files and folders and various other file tasks.
(1(1 Vote))
Kill "directory/filename.extention"
'To make a folder
MkDir "Directory"
'To Remove A Folder and its contents
RmDir "Directory"
'To Move/Cut A File/Folder
Move "directory/file to move" as "new location/new filename"
'Start a program
Shell "directory/filename"
'Exit the program
End
Teaches how to make files and folders, delete files and folders and various other file tasks. Comments
No comments yet — be the first to post one!
Post a Comment