View Single Post
Old 09-14-2007, 11:50 AM   #65
Adam B.
Addicted to Porting
Adam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the rough
 
Adam B.'s Avatar
 
Posts: 1,697
Karma: 7194
Join Date: Oct 2006
Location: Indianapolis, IN
Device: iRex iLiad, Nokia 770, Samsung i760
If you have an iLiad, you can download mrxvt and run the following command.

Be sure to note the spaces.

To copy java files to your USB key:

Code:
cp /home/intent/*.jar /mnt/usb/
To copy java files to your SD/MMC card:

Code:
cp /home/intent/*.jar /mnt/card/
To copy java files to your CF card:

Code:
cp /home/intent/*.jar /mnt/cf/
Adam B. is offline   Reply With Quote