-
Oct 9th, 2024, 12:23 PM
#1
Thread Starter
Fanatic Member
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.
-
Oct 9th, 2024, 12:51 PM
#2
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|