Execute Dos Commands Through FBA

P

Prakash437

Hi all ..

Can someone tell me how to execute Dos Commands through FBA ?
I want to delete a file, using FBA Generic Command ??

Is it directly possible to implement or do i have to take the BAT file
approach ?

Thanks in advance,
Prakash
 
S

Slobodan Brcin \(eMVP\)

Hi Prakash,

You can execute cmd.exe with switches.
Start by "cmd.exe /?" for help

You will want to use something like: "cmd /C "del fullfilepath""

Regards,
Slobodan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top