Hi, Thanks for your answer, I finally used an application which I found in http://openetwork.com/berk.html
there I used awk to do it...
Thank you very much anyway!
Search found 2 matches
- 05 May 2011 10:09
- Forum: DOS Batch Forum
- Topic: help on creating a file
- Replies: 2
- Views: 2782
- 04 May 2011 10:42
- Forum: DOS Batch Forum
- Topic: help on creating a file
- Replies: 2
- Views: 2782
help on creating a file
Hi All! I'm executing this command in the cmd command line: dir c:\mypath\myfolder /b /s > outputfile.txt This will create a file called outputfile.txt that contains: c:\mypath\myfolder\\acpkseod.SQL c:\mypath\myfolder\ACPKSMSC.SQL c:\mypath\myfolder\CAPKS_FCJ_CADRSMNT_ADDON.SQL ..... I need to conc...