Share via

Script to run Microsoft Money problems

Anonymous
2025-12-28T01:49:11.7233333+00:00

A month or so ago, I wrote in complaining that, when I tried reconciling my Microsoft Money file balance with my bank balances, the reconciled balance was WAY off; thousands of dollars. I wrote in asking if the problem could be that I was storing AND running my data file on/from an SSD attached to my router as network storage. A kind soul replied that, yes, that could very well be the problem and that I should run the data file from local storage and was kind enough to write me a PS1 script that moved the most recent copy of my data file to a working directory on my primary SSD. Worked very well last month; reconciled successfully.

The PS1 file has been modified by Copilot several times as I have switched from the router-attached SSD (never really worked well) to a Beestation NAS. Data file and backups are stored on Beestation.

This month, checking balance was off about $75. Been over it half-dozen times and finally gave up and let Money adjust the balance (took the cowards way out). Went to credit card account. Only 10-12 of the 100 or so transactions from November were left in the data file. Will try to recover

Could someone look at the attached script and see if there is something in it that isn't correct and would cause this?

PS1Script_Page_1.png

Windows for home | Windows 11 | Apps
0 comments No comments

2 answers

Sort by: Most helpful
  1. Anonymous
    2025-12-30T23:27:47.1766667+00:00

    Your best bet is to migrate to a current, supported application to manage your finances.

    This Is a common response. Unfortunately, I have used Money since it first came out except for a short hiatus soon after Microsoft quit supporting it, when I tried Quicken. Hated it and quickly returned to Money. Anyway, not likely to change as I am 70 years old and change is getting harder.

    I don't know why you did it that way. My initial reason for doing it was I have 2 computer and got tired of trying to keep the data file synced. First, I tried keeping the data file on an SSD on my router. Was disastrous. Spent several weeks conversing with Q&A and TP-Link. Thought it'd be a cheap NAS but it was not well-supported by Microsoft OR TP-Link. NEVER worked. In moments where that set up actually worked, is when I started getting the WAY OFF reconciliation balances. Posted on Q&A and a kind soul told me using the data file on the routers SSD might actually be the problem, took pity on me and wrote me the PS1 script to move the data file so I was always accessing a local file. THAT'S why it came about.

    Since I bought the Beestation, I figured the same problem might occur, so I have been using the .PS1 file. That's the whole story. The reconciliation balances were WAY off again this month's statement. I thought something may have gone wrong. THAT'S why I posted.

    Was this answer helpful?


  2. MotoX80 37,686 Reputation points
    2025-12-30T15:38:51.3366667+00:00

    You've got a .bat file that copies the data files to your local drive, runs Money, and then copies them back. There does not appear to be anything functionally wrong with what it does.

    I don't know why you did it that way. I would have just left my data files on my C:\ drive and used the NAS strictly for backup. That way you have your data on 2 different devices and if one of them malfunctions, you still have another copy of the data.

    I don't use Money. I use Quicken. The premise of your questions is that somewhere, something is corrupting the data file. Quicken has an option to "Validate and Repair File" to examine the validity of the file. If Money has that option, then I would recommend that you run that to test its internal data structures.

    On occasion, I do encounter a situation where my online balance does not match my Quicken balance. When that happens, I export my Quicken transactions into a spreadsheet. Then I download a spreadsheet of transactions from my bank's web site. Then I compare the 2 spreadsheets and try to determine if I missed a transaction or if I have duplicate transactions or if a transfer (like from checking to credit card) was not properly recorded.

    From what I know about Money, it is no longer supported and hasn't been for some time. If you have encountered a bug, then I don't think that there is much that you can do about it.

    Your best bet is to migrate to a current, supported application to manage your finances. Quicken is one option.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.