3 messages in com.mysql.lists.mysqldir /w > mysql| From | Sent On | Attachments |
|---|---|---|
| Scott Hamm | 28 Sep 2006 10:44 | |
| Wagner, Chris (GEAE, CBTS) | 28 Sep 2006 10:56 | |
| Wagner, Chris (GEAE, CBTS) | 28 Sep 2006 11:21 |
| Subject: | dir /w > mysql![]() |
|---|---|
| From: | Scott Hamm (linu...@gmail.com) |
| Date: | 09/28/2006 10:44:46 AM |
| List: | com.mysql.lists.mysql |
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.
--------------------------------------------------------------------




