M matanga Member Jun 16, 2008 #1 Hi, Is there any way to remove the word "Prompt" from the output file. Version 7.1.4.1390 Regards
C CTzen Member³ Jun 16, 2008 #1 You can use FIND in Command Prompt (Start -> Run -> cmd.exe) Code: find /V /I "prompt" output.sql > outputnew.sql
You can use FIND in Command Prompt (Start -> Run -> cmd.exe) Code: find /V /I "prompt" output.sql > outputnew.sql