How do I use windows command line to do the similiar following:

dir *.txt /b /o:n 1> "C:\Documents and
Settings\ScottHam\Desktop\current.tmp" 2>nul

into mysql with this table:
mysql> desc files;
+-------+-------------+------+-----+-------------------+----------------+
| Field | Type        | Null | Key | Default           | Extra          |
+-------+-------------+------+-----+-------------------+----------------+
| ID    | int(11)     | NO   | PRI | NULL              | auto_increment |
| fname | varchar(14) | NO   | UNI |                   |                |
| cdate | timestamp   | YES  |     | CURRENT_TIMESTAMP |                |
+-------+-------------+------+-----+-------------------+----------------+




--
--------------------------------------------------------------------
`Twas brillig, and the slithy toves
Did gyre and gimble in the wabe:
All mimsy were the borogoves,
And the mome raths outgrabe.
--------------------------------------------------------------------

Reply via email to