That's my only code. I am trying to make a program that does this: it shows a button, and if you click it then it asks you (in a VB6 box, not CMD line) for a command. That command gets saved in a file, and the other program (not mine) uses it (sends the SCSI command to the drive). There is already a batch file which runs that program, but that batch file needs to be updated by this software with the user specified command and then it must be started in order to make that other program (not mine) to send the SCSI command.