R
royzlife
Hi,
I am running a command like the one given below through a process:
abc d:\myfolder\xyz_%s.*.log . -> now the %s puts a string which may
or may not contain white spaces...
e,g abc d:\myfolder\xyz_EARTH LIFE.*.log
how should i confirm that that the entire string should be taken into
consideration along with the white space in between to run the command
abc on the file xyz_EARTH LIFE.123.log?
Please help....
I am running a command like the one given below through a process:
abc d:\myfolder\xyz_%s.*.log . -> now the %s puts a string which may
or may not contain white spaces...
e,g abc d:\myfolder\xyz_EARTH LIFE.*.log
how should i confirm that that the entire string should be taken into
consideration along with the white space in between to run the command
abc on the file xyz_EARTH LIFE.123.log?
Please help....