RosettaCodeData/Task/Rename-a-file/Run-BASIC/rename-a-file.basic
2023-07-01 13:44:08 -04:00

4 lines
158 B
Text

a$ = shell$("RENAME input.txt output.txt")
a$ = shell$("RENAME docs mydocs")
a$ = shell$("RENAME \input.txt \output.txt")
a$ = shell$("RENAME \docs \mydocs")