I have created a batch file which will remotely start up all of my team's PCs in the morning using WOL. It's pretty basic but works, it uses a small executable file which starts people's PCs based on a command line i.e "WOL <mac address>".
What I want is to have some sort of front end to make this more user friendly. Knowing nothing about HTML I originally thought I could just make links in an HTML document to a batch or CMD file but I now find that it isn't possible to run files of this type in this way. Basically I just want my users to be able to click a link and for this to run the .bat or .cmd file, i.e if I want to turn on joe bloggs' PC I would click on a link which would just run the file C:\path\file.cmd.
Is there a quick and easy way anyone can suggest of me achieving this? Please consider me a n00b and structure any replies accordingly!
Many thanks
What I want is to have some sort of front end to make this more user friendly. Knowing nothing about HTML I originally thought I could just make links in an HTML document to a batch or CMD file but I now find that it isn't possible to run files of this type in this way. Basically I just want my users to be able to click a link and for this to run the .bat or .cmd file, i.e if I want to turn on joe bloggs' PC I would click on a link which would just run the file C:\path\file.cmd.
Is there a quick and easy way anyone can suggest of me achieving this? Please consider me a n00b and structure any replies accordingly!
Many thanks