I am using the command line to split a file. The command is GSPLIT.EXE “my_filename” -c-g-s-t “my_profile”. Gsplit is ignoring param1 (“my_filename”) and splitting the “file to spilt” name specified in the profile in param3 (“my_profile”). If I make the “file to spilt” invalid I get return code 5. param1 (“my_filename”) is valid and exists. I am using version 3.0.1. What is required to get the filename specified in param1 to be the file to split?