Code: Select all
copyas "*.mp3", "%userprofile%\desktop";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.