I am developing a program that works with files through command lines. (Ex: c:\mprog.exe /function c:\file.unk) -> Would perform "function" on "c:\file.unk". The Command statement returns "/function c:\file.unk" to my program. I was wondering how I might divide the function command from the string. Thanks in advance!