seifbk Posted March 24, 2011 Share Posted March 24, 2011 H!!!!!!!!!!!!!!!!!!!!!!! I <ant T0 Make My Scripts Run Every Day With A DOS Command Help Link to comment Share on other sites More sharing options...
seifbk Posted March 24, 2011 Author Share Posted March 24, 2011 I want to make scripte Cpy Itself to USB Hiddenly Heeeeeeeeeeelp Link to comment Share on other sites More sharing options...
seifbk Posted March 24, 2011 Author Share Posted March 24, 2011 I want to mkae my scripts Send emails to Yahoo Contact for example HHHHHHEEEEEELLLLLLLPPPPPP Link to comment Share on other sites More sharing options...
Developers Jos Posted March 24, 2011 Developers Share Posted March 24, 2011 So you think you can join and fire questions like this without any effort and all seem somewhat iffy... So what is the plan here? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
GianAutoitprogrammer Posted April 16, 2011 Share Posted April 16, 2011 I dont know but check the at.exe at.exe is located at the system dir at.exe ? At is the Tasks Scheduler for executables what and when they will be excuted... Link to comment Share on other sites More sharing options...
smartee Posted April 16, 2011 Share Posted April 16, 2011 Hmm, i wonder what tries to run itself everyday, copy itself to removable media "hiddenly" and send emails? Kindly move along. Link to comment Share on other sites More sharing options...
wakillon Posted April 16, 2011 Share Posted April 16, 2011 (edited) A solution in AutoIt, If it can help... $_Hour = 14 While 1 If @HOUR = $_Hour And Not ( @MIN + @SEC ) Then ; Action ConsoleWrite ( "It's Time for Action !" & @Crlf ) Sleep ( 1000 ) EndIf Sleep ( 100 ) WEnd Edited April 16, 2011 by wakillon AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now