Search Results

Search: Posts Made By: vidireporting
2,955
Posted By vidireporting
(sorry for the delay - just passed the weekend)...
(sorry for the delay - just passed the weekend) :-)

The shell procedure :

procedure shell (cmd IN CHAR)
as external
name "sh"
library shell_lib
language C
parameters (cmd...
2,955
Posted By vidireporting
Thx edog ! But the problem is that it took...
Thx edog !

But the problem is that it took already one month to let dba's and unix people set up the method with the shell procedure and next week we'll go in production already so I can't use...
2,955
Posted By vidireporting
Starting a script from a Database procedure
Hey guys,

I have this problem : I can run on an sqlprompt

!ftp_file2.ksh test.xml 172.16.204.81 Anonymous Anonymous

which will ftp the file from Unix to an NT machine, but if I do

exec...
2,979
Posted By vidireporting
OK, I did find it !!! One should use mdelete...
OK, I did find it !!!
One should use mdelete *.xml from the frp prompt.

Sorry !;)
2,979
Posted By vidireporting
Yes they are. The problem is I can use rm...
Yes they are.

The problem is I can use rm test.xml but for removing a whole directory rm needs a parameter.
rm -r *.xml
On the Unix prompt tis runs fine.
But as from the ftp prompt where i am...
2,979
Posted By vidireporting
Deleting Unix files from DOS
I have a DOS script on Windows NT that uses FTP to connect to a Unix server and to copy files to the WinNT.
So far, so good.
Now I want to delete those files on Unix afterwards but I'm unable to...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 02:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy