Forum Discussion
safiyet_80777
Aug 04, 2011Nimbostratus
A console application (.NET)
Hi,
I write A console application (.NET) ans want to run from command prompt. How can I run it?
I tried :
./f5_integ.exe
exec f5_integ.exe
but it is not run. Please advise me.
Thanks
- What shell are you using? Cmd.exe or PowerShell? With either one you should be able to run the .exe just by typing the name and hitting enter. You might want to put a Console.WriteLine("TEST"); as the first line of your app and see if it is printed to the console after you run your program. It could just be that the app is running and exits before printing anything.
- safiyet_80777NimbostratusI want to run it from f5 and schedule task that run automatically. I want to use crontab in f5. is it possible?
- hooleylistCirrostratusLTM runs on a linux based operating system, so you won't be able to run a Windows executable on it. Generally, it's best to run management applications off of LTM to avoid unnecessary resources on LTM. However, if you do want to run an iControl app on LTM, you can using Perl instead of .NET.
- safiyet_80777NimbostratusThanks
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects