For example, in the beggining of script I get the input from user:
Prompt "Type the path where the script will be saved: "
spool '&&PATH\tmp_script.sql'
ok, at the end I want to leave some message like it:
Prompt
prompt End of commands.
prompt
prompt Execute: @&PATHtmp_script.sql to execute the generated script.
prompt
But the sqlplus don't undestand I am trying to concatenate &PATH with tmp_script.sql. I've tried the scape \, but don't work on prompt command.