INSTALLATION DOCUMENTS BY RAVI

Saturday, April 15, 2017

Command to Import the File Names in a Directory into a text file on Windows

Command to import the file names in a directory into a text file:
DIR "C:\Users\ravi\Desktop\test\*.csv" /b > c:\dirlist.txt

Command to import the file names in a directory into a text file without extensions:
cd C:\Users\ravi\Desktop\test
for %%i in (*.csv) do @echo %%~ni >> LIST.txt

1 comment:


  1. Sosyal medya yönetimi konusunda bütçenizi zorlamadan çözümler arıyorsanız ucuz smm panel seçenekleri sizin için ideal olabilir. Bu panel sayesinde takipçi ve beğeni arttırma işlemlerini uygun fiyatlarla gerçekleştirebilirsiniz. Ayrıca kullanıcı dostu arayüzü sayesinde işlemleri kolayca yapabilirsiniz. Eğer kaliteli ve ekonomik bir hizmet arıyorsanız mutlaka ucuz smm panel çözümlerini değerlendirmelisiniz. Bu sayede sosyal medya performansınızı artırırken bütçenizi de koruyabilirsiniz.

    ReplyDelete

  Opatch reports 'Cyclic Dependency Detected' error when patching ODI   Issue: When applying a Patch Set Update (PSU) to WebLogic Se...