Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Get selective columns from a dump file using MS DOS and make new dump  (Read 24101 times)

0 Members and 1 Guest are viewing this topic.

Squashman



    Specialist
  • Thanked: 134
  • Experience: Experienced
  • OS: Other
Re: Get selective columns from a dump file using MS DOS and make new dump
« Reply #30 on: September 09, 2014, 02:37:45 PM »
I think this should work.  Didn't test it though.
Code: [Select]
@echo off
if exist combined.list del combined.list
for %%A in (*.list) do (
call ParseCSV.bat "/i:|" "/o:|" <"%%~A" >"%%~A.tmp"
for /F "usebackq tokens=3,4,6 delims=|" %%G in ("%%~A.tmp") do >>combined.list echo %%~G^|%%~H^|%%~I
del "%%~A.tmp"
)

foxidrive



    Specialist
  • Thanked: 268
  • Experience: Experienced
  • OS: Windows 8
Re: Get selective columns from a dump file using MS DOS and make new dump
« Reply #31 on: September 11, 2014, 06:51:07 AM »
No reply, no thanks. 

It seems to be the norm these days.

Lemonilla



    Apprentice

  • "Too sweet"
  • Thanked: 70
  • Computer: Specs
  • Experience: Experienced
  • OS: Windows 7
Re: Get selective columns from a dump file using MS DOS and make new dump
« Reply #32 on: September 11, 2014, 10:36:15 AM »
No reply, no thanks. 

It seems to be the norm these days.

The sad truth.
Quote from: patio
God Bless the DOS Helpers...
Quote
If it compiles, send the files.

patio

  • Moderator


  • Genius
  • Maud' Dib
  • Thanked: 1769
    • Yes
  • Experience: Beginner
  • OS: Windows 7
Re: Get selective columns from a dump file using MS DOS and make new dump
« Reply #33 on: September 11, 2014, 04:42:29 PM »
Kudos to you guys...
I stated it last week in another Topic....
Unsung heros....but those that are important recognise the efforts put forth.

Once again...Thanx !
" Anyone who goes to a psychiatrist should have his head examined. "