Note that there are some explanatory texts on larger screens.

plurals
  1. POList Filenames and Date
    primarykey
    data
    text
    <p>We have a file repository containing code files <code>*.sql; *.xep; *.dll; *.aspx; *.gif</code> that you are going to submit to Production pretty soon. In this repository we have the main folders which contain the most recent code files to go to PROD, but we also have all the Change Folders that where submitted to PRE-PROD with code. You can see the main repository structure in the image below:</p> <p><img src="https://i.stack.imgur.com/Iode8.jpg" alt="enter image description here"></p> <p>The protocol is that whenever we submit something to PRE-PROD, we e create a Change Folder, place it in the main repository, and also update the main folders, but sometimes we forget to do the second part. What i was trying to do in a automated way is: if there is a file with the same name in the main folder and the change folder they need the have the same modified date day (at least), this specific crossing i could easily do in Excel or even SQL. So, finally :P , what i needed help in, is getting into a csv fileformat (';' separating values, and '\n' separating rows), all the <code>*.sql; *.xep; *.dll; *.aspx; *.gif</code> from the main repository directory and sub-directories.</p> <p>So far I i have tested with this dos commands:</p> <pre><code>dir *.sql *.xep *.aspx *.dll *.gif /s /a:-D&gt;listWithDate.txt </code></pre> <p>this one gets me a list, ie: listWithDate.txt, that a i have formated in this fashion:</p> <pre><code>2012/03/19[2sapces]14:27[Nspaces]4.006[1space][filename] 2012/03/19[2sapces]14:27[Nspaces]10.006[1space][filename] </code></pre> <p>So needed help in on of the two:</p> <p><em>batch to list Filenames and Date to a csv formated file</em></p> <p>or</p> <p><em>batch to format the listWithDate.txt into a csv formated file</em></p> <p>Many thanks in advance ;)</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload