Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to use the QM code to achieve the following CMD code effect
#7
Smile


Macro Macro3
Code:
Copy      Help
str d="$desktop$"
str dd=F"{d.expandpath}"
out dd
str s=
F
;set src=ttkx.txt
;
;for %%a in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do (
;if exist %%a:\nul (
;;;;for /f "delims=" %%i in ('dir /s/a/b/a-d "%%a:\%src%" 2^>nul') do (
;;;;;;;;copy "%%i" "{dd}"
;;;;)
;)
;)

out s
__TempFile f.Init(".bat" "" "" s)
RunConsole2 f


Messages In This Thread
RE: How to use the QM code to achieve the following CMD code effect - by win - 01-20-2019, 01:09 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)