Execute Dos Commands Through FBA

  • Thread starter Thread starter Prakash437
  • Start date Start date
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
 
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
 
Back
Top