Search found 13 matches
- Wed Jun 29, 2011 4:15 pm
- Forum: Beginners
- Topic: read line ?
- Replies: 5
- Views: 7448
- Wed Jun 29, 2011 2:20 pm
- Forum: Beginners
- Topic: read line ?
- Replies: 5
- Views: 7448
- Wed Jun 29, 2011 12:54 pm
- Forum: Beginners
- Topic: read line ?
- Replies: 5
- Views: 7448
read line ?
hi everybody.. i have number.txt file its like this 13425 54678 2346 74567 75756 32432 56856 there are numbers each line i want to separete second and third number to another txt i mean 13425 --> give me 34 54678 --> 46 2346 -->34 74567 -->45 75756 -->57 32432 -->24 56856 -->68 can i do this ?
- Wed Jun 15, 2011 10:27 am
- Forum: Technical / Scripting
- Topic: compare excel and notepad
- Replies: 2
- Views: 5302
compare excel and notepad
http://i54.tinypic.com/fykev5.jpg hi everbody i want to compare 2 number groups ..One of these number is in excel ,the other one is on the notepad. firstly, 1 is will be compare with all C column and than if it is matched it will be delete this row.i mean this 1 compare with 45 1 compare with 34 1 ...
- Fri Jun 10, 2011 3:14 pm
- Forum: Technical / Scripting
- Topic: search ,find and click
- Replies: 3
- Views: 4373
- Fri Jun 10, 2011 10:30 am
- Forum: Technical / Scripting
- Topic: search ,find and click
- Replies: 3
- Views: 4373
search ,find and click
hi everybody sorry about my english.i want to make a small script like this for example when i run the scipt it will be find "hello"(its just example) text in active webpage and mouse will be on it automatically.I mean script will be find the word and mouse move on it. is it possible ? sorry,i read ...
- Tue May 17, 2011 9:35 pm
- Forum: Technical / Scripting
- Topic: combine each line ?
- Replies: 2
- Views: 4014
- Tue May 17, 2011 3:16 pm
- Forum: Technical / Scripting
- Topic: combine each line ?
- Replies: 2
- Views: 4014
combine each line ?
hi everbody ..firstly sorry about my english.. i have a txt file .each line have email adress. example1@hotmail.com example2@hotmail.com example3@hotmail.com example4@hotmail.com example5@hotmail.com example6@hotmail.com .... ... example23000@hotmail.com i want to make combine all of with comma like...
- Thu Nov 18, 2010 11:30 pm
- Forum: Technical / Scripting
- Topic: create txt file
- Replies: 2
- Views: 4579
- Thu Nov 18, 2010 11:28 pm
- Forum: Technical / Scripting
- Topic: create txt file
- Replies: 2
- Views: 4579
create txt file
i have 2 txt file( a.txt , b.txt )..these are have 2000 lines some data i want to make a new txt files with each lines... i mean script reads both lines of these file ..and write these to new txt line1 of a.txt and line1 b.txt ----->1.txt (contain these lines) line2 of a.txt and line2 b.txt ----->2....
- Sun Sep 26, 2010 3:44 pm
- Forum: Technical / Scripting
- Topic: ReadLn -notepad
- Replies: 5
- Views: 5810
yes its worked..great thank you very much
just i changed WriteLn>c:\results.txt,result,%photoname_1%-0001.jpg (removed http://) because it give me http://http://image.jpg.
thanks againn
just i changed WriteLn>c:\results.txt,result,%photoname_1%-0001.jpg (removed http://) because it give me http://http://image.jpg.
thanks againn
- Sun Sep 26, 2010 12:37 pm
- Forum: Technical / Scripting
- Topic: ReadLn -notepad
- Replies: 5
- Views: 5810
thank you for this script but there is a small problem...when i upload video screencapture photo my hosting changed all of name... WriteLn>c:\results.txt,result,http://%title%-0001.jpg WriteLn>c:\results.txt,result,http://%title%-0002.jpg WriteLn>c:\results.txt,result,http://%title%-0003.jpg WriteLn...
- Sun Sep 26, 2010 9:56 am
- Forum: Technical / Scripting
- Topic: ReadLn -notepad
- Replies: 5
- Views: 5810
ReadLn -notepad
hi.firstly sorry about my english.. i have a video website..i face some problem in my website..i have 3 information in notepad i take picture.. first is video title , second is video picture link (each video have picture from 0001 to 0009 but in notepad is just writing first url), and third is video...