Page 1 of 1

Dean's Questions Topic >> 25.04.2017

Posted: 23 Mar 2017 05:00
by Dean36
I have changed the themanamen to avoid topic spam!

Can someone tell me how I start PyCMD with CTB in the current path?



@SammaySarkar, Thanks Thanks Thanks! Works great but deletes the file then unfortunately not?! :)

Old questions
Dean36 wrote:It is possible with CMD several * .txt to copy into a * .txt

copy *.txt all.txt

Is this possible as script? like:

copy *.log all.txt (delete all *.log?)


please help me :)

Re: CMD copy Command as script?

Posted: 23 Mar 2017 05:19
by bdeshi

Code: Select all

::$target = 'all.txt'; foreach ($file, <get selecteditemspathnames '|'>) {writefile($target, readfile($file), 'a'); /*delete , 0, $file;*/}
You can run this directly from XYplorer's address bar. Just paste and press ENTER.

Re: Dean's Questions Topic >> 25.04.2017

Posted: 25 Apr 2017 00:16
by Dean36
Edit: NOW MY TOPIC FOR QUESTIONS! :D