UNIX machine and special character &
Dear Winscp support
I am using WinSCP.com file to got the command line and open ftp session for my UNIX server
when I try to use the order "call" to send and Executes arbitrary remote command I face a certain problem which is
when I type the command
------------------------------------
winscp > call /usr/Systems/script/mmlmacro -f /home/alarm/alarm.mjs
-------------------------------------
the script run and every thing is ok
but when I type the command
------------------------------
winscp > call /usr/Systems/script/mmlmacro -f /home/alarm/alarm.mjs |&
---------------------------------
to execute the command in the background I got the following error message
ksh[5]: syntax error at line 7 : `newline or ;' unexpected
I think the error is duoto the spesial character & since the command
------------------------------------
winscp > call /usr/Systems/script/mmlmacro -f /home/alarm/alarm.mjs |at now
--------------------------------
the command works well
plz help me to solve my problem , I think the error in the way i enter the &(and symbole)
thank you in advance
I am using WinSCP.com file to got the command line and open ftp session for my UNIX server
when I try to use the order "call" to send and Executes arbitrary remote command I face a certain problem which is
when I type the command
------------------------------------
winscp > call /usr/Systems/script/mmlmacro -f /home/alarm/alarm.mjs
-------------------------------------
the script run and every thing is ok
but when I type the command
------------------------------
winscp > call /usr/Systems/script/mmlmacro -f /home/alarm/alarm.mjs |&
---------------------------------
to execute the command in the background I got the following error message
ksh[5]: syntax error at line 7 : `newline or ;' unexpected
I think the error is duoto the spesial character & since the command
------------------------------------
winscp > call /usr/Systems/script/mmlmacro -f /home/alarm/alarm.mjs |at now
--------------------------------
the command works well
plz help me to solve my problem , I think the error in the way i enter the &(and symbole)
thank you in advance