Search found 16 matches
- Thu Jun 27, 2019 7:35 pm
- Forum: Technical / Scripting
- Topic: ReadLn -notepad
- Replies: 2
- Views: 2864
Re: ReadLn -notepad
thanks worked well thank you so much Assuming the two files have the same number of lines something like this should work. Let>vPath1=C:\Location\Of\URL\Files Let>vPath2=C:\Location\Of\Number\Files Let>vNewFile=C:\Name\For\New\Text\File\NewFile.txt ReadFile>%vPath1%\url.txt,vURL ReadFile>%vPath2%\ur...
- Thu Jun 27, 2019 10:05 am
- Forum: Technical / Scripting
- Topic: ReadLn -notepad
- Replies: 2
- Views: 2864
ReadLn -notepad
Hi, i have to txt files, url.txt and number.txt url.txt has website url each line ____________________________________________ number.txt has number each line www.xxx.com/user=1?page= ----------------------------------------------------------------------> 33 www.xxx.com/user=2?page= ----------------...
- Thu Aug 20, 2015 10:09 am
- Forum: Technical / Scripting
- Topic: Write txt file
- Replies: 3
- Views: 4337
Re: Write txt file
thank you very much for a faster solution.i will try it when i go home (at work now)..can you send me Separate> version when you are free..thanks again
- Thu Aug 20, 2015 12:00 am
- Forum: Technical / Scripting
- Topic: Write txt file
- Replies: 3
- Views: 4337
Write txt file
hi everybody i have a small problem and i didnt resolve it..i try something but not worked. i have a big txt file about (400.000 line)..it has many many ingredients for recipe http://s8.postimg.org/sop76fxtx/screenshot_43.jpg i want to write every ingredients information(each recipe info separate w...
- Mon Jan 09, 2012 4:13 pm
- Forum: Technical / Scripting
- Topic: facebook like button ?
- Replies: 2
- Views: 4569
- Mon Jan 09, 2012 2:17 am
- Forum: Technical / Scripting
- Topic: facebook like button ?
- Replies: 2
- Views: 4569
facebook like button ?
Hi,
How can i click "like" button on facebook without image recognition ?i try in webrecorder but when i click any like button its give me nothing.
thanks
How can i click "like" button on facebook without image recognition ?i try in webrecorder but when i click any like button its give me nothing.
thanks
- Fri Sep 16, 2011 8:03 am
- Forum: Technical / Scripting
- Topic: compare 2 txt files ?
- Replies: 9
- Views: 11633
- Fri Sep 16, 2011 7:58 am
- Forum: Technical / Scripting
- Topic: compare 2 txt files ?
- Replies: 9
- Views: 11633
- Thu Sep 15, 2011 11:02 pm
- Forum: Technical / Scripting
- Topic: compare 2 txt files ?
- Replies: 9
- Views: 11633
compare 2 txt files ?
hi everbody, as you see a picture, i have two text files. 1.txt and 2. txt each file has some number.i want to compare these two txt files..for example 1.txt line 1 compare with all line on 2.txt if its match write 3.txt if doesnt find same number its goes to second line on 1.txt.and its continue af...
- Wed Aug 03, 2011 9:56 am
- Forum: Technical / Scripting
- Topic: My script stop when i logout vps ?
- Replies: 7
- Views: 13146
- Tue Aug 02, 2011 10:57 pm
- Forum: Technical / Scripting
- Topic: My script stop when i logout vps ?
- Replies: 7
- Views: 13146
thank you for answer my questions. i looked this page http://www.mjtnet.com/msfaq171.htm its says only Winsta0 interactive window station..my remote desktop (vps ) is using Windows 2008 R2 Datacenter. which window operation system i have yo use ? or all of windows type like this ? sorry about my eng...
- Tue Aug 02, 2011 1:27 am
- Forum: Technical / Scripting
- Topic: My script stop when i logout vps ?
- Replies: 7
- Views: 13146
i have to click button every 1 minutes on vps..but as you know keyboard and mouse is not working when we close remote desktop screen.also button name is doesn't appear in "view system windows". is there any way to click this button on vps when i closed the screen ? and can i used macro sch. on linux ?
- Thu Jul 28, 2011 7:53 pm
- Forum: Technical / Scripting
- Topic: read file and paste ?
- Replies: 2
- Views: 6239
- Thu Jul 28, 2011 12:52 am
- Forum: Technical / Scripting
- Topic: My script stop when i logout vps ?
- Replies: 7
- Views: 13146
- Wed Jul 27, 2011 11:44 pm
- Forum: Technical / Scripting
- Topic: My script stop when i logout vps ?
- Replies: 7
- Views: 13146
My script stop when i logout vps ?
I wrote a script to click on some link in IE and run it on my vps, but I'm having a problem: When I close the remote desktop window , the script is stopped and run again when I reopen the remote desktop windows.Can someone help me fix it