Re: Help with Run Process - Deleting files on a server

2008-09-02 Thread Jason Miller
To: arslist@ARSLIST.ORG Subject: Re: Help with Run Process - Deleting files on a server Gavin, You have spent to much time in Un*x land This works C:\Documents and Settings\testdel C:\Documents and Settings\test\test2\*.txt This does not work... C:\Documents and Settings\testdel C

Re: Help with Run Process - Deleting files on a server

2008-08-29 Thread Ross, Isabel (Access LLP)
Hello I don't have a windows server to test this on, but one thing that might work would be to break this into two separate actions: 1) set a temporary field (lets call it $zTmpField$) to: Del $RP API Folder$logs/$z1D_RP_Delete_Logs_Day$/*.log 2) Run the process of $zTmpField$ Just a stab

Re: Help with Run Process - Deleting files on a server

2008-08-29 Thread Matt Worsdell
Try it with the /q switch. Del $RP API Folder$logs/$z1D_RP_Delete_Logs_Day$/*.log /q _ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Coleman, Gavin Sent: 29 August 2008 11:19 To: arslist@ARSLIST.ORG Subject: Help with Run Process -

Re: Help with Run Process - Deleting files on a server

2008-08-29 Thread Carey Matthew Black
Gavin, You have spent to much time in Un*x land This works C:\Documents and Settings\testdel C:\Documents and Settings\test\test2\*.txt This does not work... C:\Documents and Settings\testdel C:/Documents and Settings/test/test2/*.txt The system cannot find the path specified.

Re: Help with Run Process - Deleting files on a server

2008-08-29 Thread Coleman, Gavin
: www.computacenter.com -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Carey Matthew Black Sent: 29 August 2008 12:17 To: arslist@ARSLIST.ORG Subject: Re: Help with Run Process - Deleting files on a server Gavin, You have spent to much time

Re: Help with Run Process - Deleting files on a server

2008-08-29 Thread J.T. Shyman
) [mailto:[EMAIL PROTECTED] On Behalf Of Coleman, Gavin Sent: Friday, August 29, 2008 8:13 AM To: arslist@ARSLIST.ORG Subject: Re: Help with Run Process - Deleting files on a server Hi Carey - thanks for the response. Yes, completely forgot about the difference between Unix and Windows. My fault