i need to give the user an option to choose between A & B, A will copy file1.txt to %AppDir% & B will dopy file2.txt to the same dir. so i use the option screen, store the option text in a variable, now how can I refrence the variable, be it %A% to file1.txt & make it copy it to %AppDir% ?

