Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
Paul Scannell
20 discussion posts
I have the need to run the command line option from within a home-grown application. I do it by executing a System.Diagnostics.Process() set of functions from within my app.

A massaged version of the batch file is attached to this question (Filelookup123.bat) (I have made the path to the files vanilla due to security reasons)

The code I am executing is attached in a separate file (code.txt). Note that the argument which is the value to search for is placed into an Arguments object like it should be.

The problem I'm having is that the Lookup.csv file isn't getting generated when the code is run from within my application. I do see the FileSeek GUI open up and populate with results and then exit when it is finished, but the Lookup.csv file doesn't get created.

I can manually run the same thing from a command prompt and the .csv file does get generated. Here's an example of that:
c:\FileSeek>Filelookup data

What am I doing wrong in my code snippet?

Thanks in advance,
Paul
• Attachment: Code.txt [263 bytes]
• Attachment: FileLookup123.bat [130 bytes]
Jan 7, 2016  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Interesting! We'll test this out this week and see what we can find out.
Jan 10, 2016  • #2
User Image
Paul Scannell
20 discussion posts
I actually solved my problem. I needed to provide the full path for my output file when running it inside my app. now it works fine in that regard.

Paul
Jan 11, 2016  • #3
User Image
Paul Scannell
20 discussion posts
is there a command line switch that would open fileseek in minimized form? I'm running hundreds of iterations of FileSeek via a command batch file and while it is running I can't do anything else with my computer while it is running.

In fact, it is taking forever to write this email to you!

Thanks,
Paul
Jan 12, 2016  • #4
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Glad to hear you got it sorted out! There isn't currently a way to have it start minimized, but I'll put that on our feature request list and we'll see what we can do :)

Thanks!
Jan 12, 2016  • #5
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)