-
WSarowland
AskWoody LoungerCDEx does just what you want and is free. It can rip individual tracks or a range to either WAV or MP3. I have just used it to rip an entire CD to a single file. It is a bit slow, but OK if you let it work away in the background while you do something else and don’t have a stack of CDs to convert against a deadline. For commercial CDs, it grabs the track details from online databases and sets the tags automatically. It is what I use for all my ripping needs. Highly recommended. (No connection to the product; just a happy user.)
-
WSarowland
AskWoody LoungerI was going to recommend Scratch. The other thing you might try (for a more Java-like language) is Greenfoot (http://www.greenfoot.org/door), but for quick gratification try Scratch.
-
WSarowland
AskWoody LoungerHello Kobs,
Firstly, you don’t need the line ‘intCount = Convert.ToInt32(dirInfo)’ and I am not sure what it is supposed to do. You initialise intCount to zero, and every time you meet a file whose extension is ‘dat’, you add one to it and end up with a count. So just delete that line.
There are some more errors. GetFiles returns a FileInfo object, so you need to dim files as System.IO.FileInfo. You get the extension with files.extension — you overcomplicated this step. And as you will see, it actually returns the dot as well as the extension. Here is the corrected code:
Dim filepath As String = “C:Gasresult”
Dim dirInfo As New System.IO.DirectoryInfo(filepath)
Dim intCount As Integer = 0
Dim files As System.IO.FileInfoFor Each files In dirInfo.GetFiles
If files.Extension = “.dat” Then
‘intCount = Convert.ToInt32(dirInfo) Delete!
intCount = intCount + 1
End If
Next files
MsgBox(intCount)But GetFiles has another trick up its sleeve: you can specify a pattern, and this means you can reduce the whole count to one line:
Dim filepath As String = “C:Gasresult”
Dim dirInfo As New System.IO.DirectoryInfo(filepath)
Dim intCount As IntegerintCount = dirInfo.GetFiles(“*.dat”).Count
MsgBox(intCount)Andrew
-
WSarowland
AskWoody LoungerA lot of the replies here have concentrated on Outlook as an email client, and certainly there are plenty of good alternatives.
But Outlook also handles Tasks (ToDo lists, with reminders and ability to show how much has been completed), Journal (where you can record the time you spend on activities), Notes (Post-it style notes), Calendar (with reminders and a rich set of features for recurring appointments) and of course Contacts. Your decision may depend on whether you want to use any of these as well and whether you want them integrated.
I use Outlook at home because I have to use it at work and I don’t want to have to get used to two programs, though if it were just for email I probably wouldn’t mind. But I use the Calendar, and use Google Calendar Sync to keep my home and work schedules in sync, even though I rarely visit the Google Calendar itself. I would like to sync Contacts and Notes, but since FusionOne closed down, I haven’t found anything reliable.
The Reminders are pretty important to me, and as I have Outlook open all the time, it works. I found Google Calendar will send email reminders, but they are not as flexible or reliable — emails can get delayed, and there is no ‘snooze’ function! -
WSarowland
AskWoody LoungerPaultx was lucky that he found built-in icons that suited his purpose. My point was that you cannot customise the icons like you can in 2003 and there are only about 40 IIRC to choose from, most of which so generic that they cannot reflect the purpose of the button.
-
WSarowland
AskWoody LoungerI also was pleased to see that Office 2010 allowed editing of the Ribbon, but when I tried it found it was too limited. Most importantly for me, I have in Office 2003 a few macros that I use daily and often, with toolbar buttons I have created for them with recognisable icons. The ability to code time-savers is, old-timers will recall, what computers were once for.
I moved all my personal icons into one toolbar and upgraded to 2010. But does my toolbar appear anywhere? Only via an extra Ribbon tab. I want them to be available all the time, not need two clicks to do what I used to do in one! So I tried putting them on the QAT. This worked, but there’s no way to customise the icons. So now I have a row of a dozen or more identical buttons. Useless.
Believe me, I am hardly up to Sam’s standard with his 5 customised toolbars and I quite like the Ribbon. The QAT would have satisfied me (despite lack of friendly features like separators) but it just falls too far short.
It is annoying that the Ribbon wastes so much space on useless stuff like Copy and Paste — why doesn’t Microsoft use the space to advertise Ctrl-C and Ctrl-V to the dumb newbies? — but if you remove that bit, you also lose Format Painter, which is a button I do use sometimes.
I know that programmers can code their own additions to the Ribbon, but it looks too complicated for me. I just went back to 2003 — which is still pretty good!
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
End of 10
by
Alex5723
2 minutes ago -
End Of 10 : Move to Linux
by
Alex5723
27 minutes ago -
Single account cannot access printer’s automatic duplex functionality
by
Bruce
1 hour, 18 minutes ago -
Privacy and the Real ID
by
Susan Bradley
3 hours, 21 minutes ago -
MS-DEFCON 2: Deferring that upgrade
by
Susan Bradley
11 hours, 32 minutes ago -
Cant log on to oldergeeks.Com
by
WSJonharnew
13 hours, 22 minutes ago -
Upgrading from Win 10
by
WSjcgc50
6 hours, 40 minutes ago -
USB webcam / microphone missing after KB5050009 update
by
WSlloydkuhnle
5 hours, 25 minutes ago -
TeleMessage, a modified Signal clone used by US government has been hacked
by
Alex5723
1 day, 1 hour ago -
The story of Windows Longhorn
by
Cybertooth
13 hours, 44 minutes ago -
Red x next to folder on OneDrive iPadOS
by
dmt_3904
1 day, 3 hours ago -
Are manuals extinct?
by
Susan Bradley
13 minutes ago -
Canonical ditching Sudo for Rust Sudo -rs starting with Ubuntu
by
Alex5723
1 day, 13 hours ago -
Network Issue
by
Casey H
1 day ago -
Fedora Linux is now an official WSL distro
by
Alex5723
2 days, 1 hour ago -
May 2025 Office non-Security updates
by
PKCano
2 days, 1 hour ago -
Windows 10 filehistory including onedrive folder
by
Steve Bondy
2 days, 3 hours ago -
pages print on restart (Win 11 23H2)
by
cyraxote
1 day, 4 hours ago -
Windows 11 Insider Preview build 26200.5581 released to DEV
by
joep517
2 days, 5 hours ago -
Windows 11 Insider Preview build 26120.3950 (24H2) released to BETA
by
joep517
2 days, 5 hours ago -
Proton to drop prices after ruling against “Apple tax”
by
Cybertooth
2 days, 13 hours ago -
24H2 Installer – don’t see Option for non destructive install
by
JP
1 day, 5 hours ago -
Asking Again here (New User and Fast change only backups)
by
thymej
3 days ago -
How much I spent on the Mac mini
by
Will Fastie
7 hours, 47 minutes ago -
How to get rid of Copilot in Microsoft 365
by
Lance Whitney
1 day, 3 hours ago -
Spring cleanup — 2025
by
Deanna McElveen
3 days, 6 hours ago -
Setting up Windows 11
by
Susan Bradley
2 days, 1 hour ago -
VLC Introduces Cutting-Edge AI Subtitling and Translation Capabilities
by
Alex5723
3 days, 1 hour ago -
Powershell version?
by
CWBillow
3 days, 2 hours ago -
SendTom Toys
by
CWBillow
1 day, 13 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.