RosettaCodeData/Task/Copy-a-string/ProDOS/copy-a-string.dos

5 lines
251 B
Plaintext

editvar /newvar /value=a /userinput=1 /title=Enter a string to be copied:
editvar /newvar /value=b /userinput=1 /title=Enter current directory of the string:
editvar /newvar /value=c /userinput=1 /title=Enter file to copy to:
copy -a- from -b- to -c-