
$G_TeraParams = Input("TeraCopy Parameters","","/RenameAll") Ĭopier "TeraCopy|$P_TeraPath|$G_TeraParams" $G_FastParams = Input("FastCopy Parameters","","/auto_close /open_window /estimate /no_exec /verify") Ĭopier "FastCopy|$P_FastPath|$G_FastParams" Global $G_FastParams = "/auto_close /open_window /estimate /no_exec /verify" Perm $P_TeraPath="%ProgramW6432%\TeraCopy\TeraCopy.exe" Perm $P_FastPath="%PersonalReal%\Applications\FastCopy\FastCopy.exe" but this exercise is making me feel SO stupid I want to throw things ) If - as seems more likely - it's the "something terribly basic" part, can anyone point me at something tutorial-ish that might help me get a better understanding of how this stuff works? (I used to write a LOT of batchfiles, starting in the 1980s and still doing it sometimes even now, I understand a reasonable amount of the concepts behind script-style approaches to programming, I've even written some reasonably complex autohotkey scripts in the last couple of years and I don't understand why I can't get to grips with XY scripting.

I'm either missing something terribly basic, or I've done something appalling to my XY setup. I have run FastCopy and done its shell integration, so at least it appears on the Windows right-click menu. And whatever I do, I can't make the above script line produce anything other than errors. I've tried running XYP normally and elevated. I have custom copy checked in the file operations bit of the options. I can't make XYPlorer recognise any other copy handler than XYcopy.exe v Apparently, everyone else here has a black belt and I'm still trying to get my robe on in a way that doesn't display my backside to the world. I saw the news link this morning, promising integration with Teracopy / Fastcopy and have read all this stuff.ĭespite my efforts to get to grips with it, I'm much less clear on scripting as I'd like.

I am currently feeling a strange combination of acute frustration, undoubtedly borne of my own stupidity, and the urge to burst into tears. Code: Select all copier "FastCopy|C:\Program Files\FastCopy\FastCopy.exe|/auto_close"
