Jump to content

Any "Catalog" Software?


iceangel89

Recommended Posts

i have alot of photos and software and i am thinking of making a VB or HTML+XML+JS file to run(exe), catalog and view them

i have done part of my idea which is to have a XML file acting as a DB of my software and use JS to run them. but the problem i have is difficulty filling it up... like for photos, its tons of them, and software, i can don't really want to browse for the file and run it... easier to run from a central GUI

for photos ... kinda extra since there is other photo managing softwares out there

i was also thinking of a VB/HTML app/page to help me do some of the XML creation? like add tags & attributes

<Softwares>
<SoftwareGroup name="Security">
<Software name="Software 1" path="..." ... />
<Software name="Software 2" path="..." ... />
<Software name="Software 3" path="..." ... />
</SoftwareGroup>
<SoftwareGroup name="Tools">
<Software name="Software 1" path="..." ... />
<Software name="Software 2" path="..." ... />
<Software name="Software 3" path="..." ... />
</SoftwareGroup>

Set WshShell = CreateObject("WScript.Shell")
WshShell.run(program.exe)

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...