Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Batch file help


ghost's Avatar
0 0

I was looking for a way to schedule logons to some of my accounts on various websites. I found a very useful add on to firefox, "dejaclick". It records the events that you do and saves them to an XML document so you can replay those events. The part that i am having trouble with is scheduling the XML file to execute every 62 minutes. I tried writing a batch file to start the XML document so i could use windows task scheduler to run it but i could not get any to work. Now this is my second time making a batch file so im not to sure how to write what i am trying to do (first time got me suspendedd from school for net sending the entire domain. good times). heres what i got…

START firefox.exe "C:\Documents and Settings\FSCC\Desktop.document.xml"

Plz dont flame to hard i know im a newb at batch files and so forth, but any help anyone could provide would be very much appriciated.


ghost's Avatar
0 0

use the "at" command? :)