Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Batch files...  (Read 11347 times)

0 Members and 1 Guest are viewing this topic.

Marco Schubert

  • Guest
Batch files...
« 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

Computer Hope Admin

  • Administrator


  • Prodigy

    Thanked: 248
    • Yes
    • Yes
    • Yes
    • Computer Hope
  • Certifications: List
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 10
Re: Batch files...
« Reply #1 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
Everybody is a genius. But, if you judge a fish by its ability to climb a tree, it will spend its whole life believing that it is stupid.
-Albert Einstein