Jump to content

Recommended Posts

Posted

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)


Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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