request: choose name when use copyas
Posted: 24 Mar 2014 11:33
Code: Select all
copyas "*.mp3", "%userprofile%\desktop";Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
Code: Select all
copyas "*.mp3", "%userprofile%\desktop";Code: Select all
$nm = input("Which name to use for Copy As?", "Current file<crlf><curname><crlf>will be copied into target having the name you provide.<crlf 2>Target:<crlf>%userprofile%\desktop", "");
copyas "$nm.?", "%userprofile%\desktop";
wait 1500;
status "Done: $nm";
thanks for updateEdit: better wording; status msg.