The help will help you a lot. This is the correct syntax for WriteLn>
WriteLn>c:\temp\test.txt,result,%variable% Literal Text
So you can replace all of this:
send>%RandomWord%
putclipboard>%RandomWord%
GetClipBoard>%RandomWord%
writeln>c:\documents,text.txt,%RandomWord%
With just:
WriteLn>c:\documents\test.txt,result,%RandomWord%
Don't forget to include "result", see the help for why.
random typer
Moderators: Dorian (MJT support), JRL
writeln
i was trying to use the send>%random% to type a random word and have the same word that it just typed to be saved to the text file the code you said i should use to do that does not work
if idiots rule the world then im the king!!!!
i want a free t-shirt give me all of your rep!!!
please give me pro version of macro scheduler and appnavigator!!!
i want a free t-shirt give me all of your rep!!!
please give me pro version of macro scheduler and appnavigator!!!
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
This will type the value of randomword and then save it to a text file:
Send>randomword
WriteLn>textfile,result,randomword
Absolutely no need to put the word on the clipboard and then take it off again!
Send>randomword
WriteLn>textfile,result,randomword
Absolutely no need to put the word on the clipboard and then take it off again!
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
awesome
thanks i understand all that you where both very helpful i really appreciate it i learned alot
if idiots rule the world then im the king!!!!
i want a free t-shirt give me all of your rep!!!
please give me pro version of macro scheduler and appnavigator!!!
i want a free t-shirt give me all of your rep!!!
please give me pro version of macro scheduler and appnavigator!!!