A free simple way of producing easily updatable Course list.

Announce and discuss forthcoming and recent course releases or request beta help from members.
Post Reply
User avatar
Paul44
Posts: 225
Joined: August 31st, 2019, 7:12 pm

A free simple way of producing easily updatable Course list.

Post by Paul44 »

A free simple way of producing easily updatable Course list.

Put this line in a Batch file called List.bat, in your Course folder.

dir /O *.crz>"c:\Documents and Settings\((You Name))\desktop\Courses.doc"

Note: ((You Name)) is different for everyone PC

Now create a shortcut to List.bat on your Desktop.

When you run List.bat you get an updated Courses.doc appears on your desktop.
The toughest shot in golf is your next one.
linksrevisited
Posts: 50
Joined: August 27th, 2019, 5:16 am

Re: A free simple way of producing easily updatable Course list.

Post by linksrevisited »

and if your courses are in individual directories will that work?
User avatar
Paul44
Posts: 225
Joined: August 31st, 2019, 7:12 pm

Re: A free simple way of producing easily updatable Course list.

Post by Paul44 »

No Sorry.
The toughest shot in golf is your next one.
User avatar
Paul44
Posts: 225
Joined: August 31st, 2019, 7:12 pm

Re: A free simple way of producing easily updatable Course list.

Post by Paul44 »

linksrevisited

If your folders are below the folder you add this batch file to the /S will show all .crz files as a list

dir /O /S *.crz>"c:\Documents and Settings\((You Name))\desktop\Courses.doc"

Hope that helps.
The toughest shot in golf is your next one.
User avatar
Paul44
Posts: 225
Joined: August 31st, 2019, 7:12 pm

Re: A free simple way of producing easily updatable Course list.

Post by Paul44 »

You could automate to run at startup in Windows 10 by:

• Select the Start button, then select Settings > Apps > Startup. Make sure any app you want to run at startup is turned On.

Or

• If you don’t see the Startup option in Settings, right-click the Start button, select Task Manager, then select the Startup tab. (If you don’t see the Startup tab, select More details.) Select the app you want to change, then select Enable to run it at startup or Disable so it doesn’t run. Watch the video to see how to do it.
The toughest shot in golf is your next one.
Post Reply