RosettaCodeData/Task/Rename-a-file/Run-BASIC/rename-a-file.basic

5 lines
158 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
a$ = shell$("RENAME input.txt output.txt")
a$ = shell$("RENAME docs mydocs")
a$ = shell$("RENAME \input.txt \output.txt")
a$ = shell$("RENAME \docs \mydocs")