I want to convert the client side batch to server side.
the batch call a bat file. In client mode it work fine, I used the
winapi:shellexecute method. But in server mode, this winapi:shellexecute is not
available.

The bat contain the ftp I.P. while the config file contain the user/password to
the ftp and the directory where I want to move the file from my local drive to
ftp folder.
any idea how to convert this batch to server mode?


thanks


--- In Axapta-Knowledge-Village@yahoogroups.com, "Andrew Bartley" 
<andrew.bart...@...> wrote:
>
> Hello,
> 
> try using: 
> 
> WinAPI::shellExecute
> ("explorer.exe","http://www.yahoo.co.uk","c:\\","",1)
> 
> this will open up a webpage. you can also use it to open a file..
> 
> Andrew
> 
> --- In Axapta-Knowledge-Village@yahoogroups.com, "p.saravanakumar" 
> <p.saravanakumar@> wrote:
> >
> > Hi Friends
> >  
> > Does any body tell me how to open the Particular URL While clicking 
> the
> > button from Axapta forms.
> >  
> > Why I'm asking this question, I'm developed some Process outside 
> axapta
> > in web applications.
> >  
> >  
> > Regards
> >  
> > P Saravanakumar
> > 09894999281
> >  
> > 
> > 
> > [Non-text portions of this message have been removed]
> >
>


Reply via email to