Jump to content

ith

Members
  • Posts

    3
  • Joined

  • Last visited

ith's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I think I'm going to rewrite this. I will optimize the php code, but I don't know how I should make this. Should I use a mysql db for command-storage or a file? I'm not going to use ftp, but php to delete commands what is much easier! And I was thinking about changing all the dropdown menu's into one single textfield. An example of what jou should type is: open:"notpad.exe";sleep:"2000";send:"blabla"; you can add some vars like time and date for the send commands, and as you can see you can execute more then one command a time! It's very easy to make all this in php. What do you guy's think? some tips for my rewriting?
  2. Ok, it works... I couldn't find it in the help file! Thanks
  3. hi, How can I run a file with a parameter between 2 quotes like: Run("file.exe "" & $CmdLine[1] & """) I thougt something like in php like "\"" but I tried them all and it didn't work... Thanks in advance Ingmar
×
×
  • Create New...