Computer Hope

Other => Other => Topic started by: Marco Schubert on March 23, 2004, 08:24:02 AM

Title: Batch files...
Post by: Marco Schubert on March 23, 2004, 08:24:02 AM
hi

I have an app that i've written in vfp8...i've written a batch file so that the app is idiot proof to the users...how can i force the error logs to open in windows notepad? edit command shows the logfiles in a dos window...which isn't bad, but it's not perfect.

m
Title: Re: Batch files...
Post by: Computer Hope Admin on March 23, 2004, 02:46:50 PM
How about using the start command? For example lets assume the log you are attempting to open is called error.log you could type the below line into your batch file.

start notepad error.log