How are you expecting it to be interpreted? If you are trying to pass it to a job's parameter, then you need to include the name of the parameter to set with an equal sign between to create a 'name value' pair. Try: set paramfile='type=c:\parameters.txt' I'm assuming 'type' is the name of the parame...