Results 1 to 2 of 2

Thread: JetComp.EXE

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2005
    Posts
    580

    JetComp.EXE

    Hey people. I've downloaded JetComp.exe from Microsoft. (Free database repair utility). It works from it's own interface, although the browse doesn't seem to work properly. I'd like to run it from the command line. Sadly nothing I try seems to work. The program just silently exits.

    I changed into the folder holding the database and tried this:

    jetcomp.exe -src:"MYDB.MDB" -dest:"MYDB2.MDB"

    and

    jetcomp.exe -src:MYDB.MDB -dest:MYDB2.MDB

    and

    jetcomp.exe -src:"C:\MyDir\MYDB.MDB" -dest:"C:\MyDir\MYDB2.MDB"

    and

    jetcomp.exe -src:C:\MyDir\MYDB.MDB -dest:C:\MyDir\MYDB2.MDB

    Any ideas how to get the command line of this thing to work?

    Many thanks in advance for your assistance.

  2. #2
    Hyperactive Member
    Join Date
    Jan 2018
    Posts
    310

    Re: JetComp.EXE

    All of those options work for me. Jetcomp does set errorlevel on exit (it gives me 1021 on a successful run), so maybe you can get more useful information from that?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width