Steve R.
Retired
- Local time
- Today, 02:02
- Joined
- Jul 5, 2006
- Messages
- 5,616
Attached is an Access database that can copy MP3 files from the C: drive or another drive to a USB device. The USB device can be used as the playlist source for playing songs on car radios equipped with a USB port. The reason for developing this program was to generate a random list of songs. No manual organization required.
USB drives can hold a lot more songs that an individual CD. Individual CDs are also subject to damage and getting misplaced. This program minimizes those shortcomings.
I updated the forms to give them a cleaner look. I also fixed a bug that made itself know when the music was on an internal drive other than the C: drive.
In studying this database, please be aware that there are numerous pieces of sample code developed by others. The majority of code for this project was obtained by researching this forum.
"Lessons" contained in this database include:
1.How to write and read an MS-DOS text file.
2. How to use "ShellWait"
3. How to use the random function.
4. How to empty (zero out) a table.
5. How to create a DAO table if it does not currently exist.
6. How to select a source and destination directory.
7. How to test a drive for available space.
8. How to obtain the path name to a file.
9. How to isolate the file name from the path.
10. Now to copy a filed from one location to another.

USB drives can hold a lot more songs that an individual CD. Individual CDs are also subject to damage and getting misplaced. This program minimizes those shortcomings.
I updated the forms to give them a cleaner look. I also fixed a bug that made itself know when the music was on an internal drive other than the C: drive.
In studying this database, please be aware that there are numerous pieces of sample code developed by others. The majority of code for this project was obtained by researching this forum.
"Lessons" contained in this database include:
1.How to write and read an MS-DOS text file.
2. How to use "ShellWait"
3. How to use the random function.
4. How to empty (zero out) a table.
5. How to create a DAO table if it does not currently exist.
6. How to select a source and destination directory.
7. How to test a drive for available space.
8. How to obtain the path name to a file.
9. How to isolate the file name from the path.
10. Now to copy a filed from one location to another.
Attachments
Last edited: