Menu

#8 HTML GUI

open
nobody
None
5
2002-03-19
2002-03-19
Adam
No

I have added a html that will run under windows using
an ActiveX control WScript and FileSystemObject. It
makes it really easy. IE only right now but I will be
advancing it soon. The replaypc.exe has to be in the
path location.

Discussion

  • Adam

    Adam - 2002-03-19

    HTML GUI

     
  • Nobody/Anonymous

    Logged In: NO

    Hey, I found a way to specify what directory the mpg goes.
    Edit the html gui in note pad. Find all of this "Run('cmd /K
    replaypc" change it to this Run('cmd /K "e:\&&replaypc" there
    will be 3-4 instances in the html.
    Things will now save to the root of e:.
    WHAT IS HAPPENING

    In the line it is simply running the CMD.
    /k is a switch that says dont close after running. Keep me
    open.
    What is in the quotes are your cmd commands
    What's the &&? Separates the commands so that you can
    run more than one command per line.

    If you know a little DOS then you can change it to always
    save to e:\my replaytv files by doing something like this.
    Run('cmd /K "e:&&cd my replaytv files&&replaypc"

    I suck and I still figured it out all by myself.
    YEAH GO LOSER!

     
  • Nobody/Anonymous

    Logged In: NO

    Hey, I found a way to specify what directory the mpg goes.
    Edit the html gui in note pad. Find all of this "Run('cmd /K
    replaypc" change it to this Run('cmd /K "e:\&&replaypc" there
    will be 3-4 instances in the html.
    Things will now save to the root of e:.
    WHAT IS HAPPENING

    In the line it is simply running the CMD.
    /k is a switch that says dont close after running. Keep me
    open.
    What is in the quotes are your cmd commands
    What's the &&? Separates the commands so that you can
    run more than one command per line.

    If you know a little DOS then you can change it to always
    save to e:\my replaytv files by doing something like this.
    Run('cmd /K "e:&&cd my replaytv files&&replaypc"

    I suck and I still figured it out all by myself.
    YEAH GO LOSER!

     

Log in to post a comment.