Hi,
I'm imlementing a protocol that when the server runs in linux, gives no problem, but in windows it does. This is due to the fact that a component needs to call a command line program. It needs to read a file generated in the jobs folder, but as the path is usually something like
C:/Program Files/SciTegic/web/jobs/
I get an error because the white space of "Program File" and probably the long filename.
I'm thinking about ways of circumventing this. One idea would be for me to specify the default jobs root folder to some other like c:/PP_jobs. Is it possible and how?
Any other ideas?
Thanks in advance
WS
I'm imlementing a protocol that when the server runs in linux, gives no problem, but in windows it does. This is due to the fact that a component needs to call a command line program. It needs to read a file generated in the jobs folder, but as the path is usually something like
C:/Program Files/SciTegic/web/jobs/
I get an error because the white space of "Program File" and probably the long filename.
I'm thinking about ways of circumventing this. One idea would be for me to specify the default jobs root folder to some other like c:/PP_jobs. Is it possible and how?
Any other ideas?
Thanks in advance
WS