egrath Posted June 6, 2005 Posted June 6, 2005 Hi,is it possible to disable the command output redirection in the command-line shell?I have the problem that i need to start the "iexplore.exe" with a URL as parameter which contains the ">" Character. Example:iexplore.exe http://10.138.23.210/cgi-bin/unidoc.exe?ACTION=ACTION_QUERY_DB&QUERYSTRING=(1367)%20HPUX:%20'ksrsifs2.health.local'%20ERROR%20Message:%20May%2017%2008:23:57%20syslog:%20"Schema:%20PAG%20ew_ag_pascom_rufn_i_01%20Status:->%20keine%20Inbound%20Events%20im%20Beobachtungszeitraum%20EWhen the above line is started from within the Start->Run everything works as expected, but when i open a command line shell the string is truncated after the ">" and a file is written. This is what i want to prevent.Any ideas?Thanks,Egon
digitalfrost Posted June 6, 2005 Posted June 6, 2005 Try putting a ^ before the >. (See http://www.ss64.com/ntsyntax/esc.html )
egrath Posted June 8, 2005 Author Posted June 8, 2005 Hi,thanks digitalfrost, works perfect!Bye, Egon
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now