ဘတ်ခ်ျဖိုင် သို ့ကွန်မန်းလိုင်း ဖြင့် ဖိုင်ကလေးများစွာကို ရှာဖွေပြီး နေရာသစ်တွင် သိမ်းယူပုံ
စာရေးသူ ရဲ ့ စက်ထဲက ဖိုဒါ တခုထဲမှာ နောက်ထပ် ဆပ်ဖိုဒါ လေးတွေ အများကြီးရှိနေပါတယ်။ အဲ့ဒီ ဆပ်ဖိုဒါ လေးတွေ ထဲမှာ မတူညီတဲ့ ဖိုင် အမျိုးအစား လေးတွေ ပွစိတက်နေပါတယ်။ အဲ့ဒီ ဖိုင်တွေ ထဲကမှ ဆိုကြပါစို ့ .pdf ဖိုင်တွေ ပေါ့ဗျာ။ အဲ့ဒီ .pdf ဖိုင်တွေ ချည်းပဲ ရွေးပြီး ရှာလည်း ရှာ အခြားတနေရာကိုလည်း ကူချင်ပါတယ်။ အဲ့ဒါ ကို စာရေးသူက ကွန်မန်းလိုင်း ဒါမှမဟုတ် ဘက်ခ်ျဖိုင်တခုကနေ လုပ်ချင်ပါတယ်။ ကွန့်တာပေါ့ဗျာ။
ဒါနဲ့ အင်တာနက်ပေါ်လိုက်ဖတ်ရင်းနဲ့ ရှာတဲ့အခါ သွားတွေ့ပြီးအဆင်ပြေသွားပါတယ်။
မူလ ဖိုဒါ နှင့် ဖိုင်များတည်ရှိပုံ
folder structure are as below
C:\OriginalFolder\folderA\test.pdf
C:\OriginalFolder\folderB\test2.pdf
C:\OriginalFolder\folderB\subFolder1\test3.pdf
C:\OriginalFolder\folderC\test4.pdf
what I want is
နေရာသစ်တွင် e are as below
C:\OriginalFolder\folderA\test.pdf
C:\OriginalFolder\folderB\test2.pdf
C:\OriginalFolder\folderB\subFolder1\test3.pdf
C:\OriginalFolder\folderC\test4.pdf
what I want is
နေရာသစ်တွင်
C:\NewFolder\ဆိုပြီး ရှိထားရာ ထိုအောက်တွင် Pdfplace ဟူပြီး အသစ် ဖိုဒါ ဆောက်ကာ အလိုအလျှောက် ကူးယူသွားစေချင်ခြင်းဖြစ်သည်
C:\NewFolder\Pdfplace
ထိုလုပ်ဆောင်ချက်ကို ကွန်မန်းလိုင်း မှ တကြောင်းတည်း လည်း လုပ်ဆောင်နိုင်သလို ဘက်ခ်ျဖိုင်ရေးပြီးလည်း လုပ်ဆောင်နိုင်ကြောင်း တွေ ့ရသည်။
ကွန်မန်လိုင်းတွင် တကြောင်းတည်း ရေးပြီး လုပ်ဆောင်နိုင်သော လုပ်ဆောင်ချက်
cmd /c For /F "tokens=* delims=" %* in ('Dir /b /s "C:\OriginalFolder\*.pdf" 2^>nul') Do @ %WinDir%\system32\xcopy.exe /O /D /Y "%*" "C:\NewFolder\Pdfplace"
ဘက်ခ်ျဖိုင်ဖြင့် လုပ်ဆောင်ချက်
REM save this file as move.pdf
:: begin the file
:: Find and Copy Files from batch file
:: by nyimuyar.blogspot.com
:: 18 July 2008
@echo off
Set "sourcefiles=C:\OriginalFolder\*.pdf" (search also in subdirectories)
Set "destinationfolder=C:\NewFolder\Pdfplace"
For /F "tokens=* delims=" %%* in (
'Dir /b /s "%sourcefiles%" 2^>nul'
) Do echo.%%~nx* &(
%WinDir%\system32\xcopy.exe /O /D /Q /Y "%%*" "%destinationfolder%\" >nul
)
:: end the file
မူလ ဆွေးနွေးချက် ကိုဖတ်လိုလျှင် : source from here
and also read more as here
| Share |
CBox
My CBox has been hijacked by some spammer. So, CBox has been removed. Sorry for inconvenience causes. |
0 comments:
Post a Comment