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

5 lines
251 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
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-