You can use "set classpath="...or use a batch file to override your java
command to send the classpath:
java -cp "c:\my\classpath\" DriveThrough
Remember also that java will not load your class file if the package is set
to something...you'll need to call it as "My.DriveThrough" or similar. That
is a common mistake I often make when running on command line.