topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Saturday May 4, 2024, 10:36 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - awopbamboo [ switch to compact view ]

Pages: prev1 2 [3] 4 5next
51
Post New Requests Here / Re: IDEA: SuperDuperRoboPrinter
« on: November 10, 2009, 06:44 AM »
No problem, just off for  meeting in London 'great'....

Will do later on....

52
Post New Requests Here / Re: IDEA: SuperDuperRoboPrinter
« on: November 10, 2009, 03:42 AM »
Oops.... I am the worst for pointing out spelling mistakes...

I've corrected them, and youl will be able to paste the path in now too....

New file from:
Here!!!!

Good Luck!

53
Post New Requests Here / Re: IDEA: SuperDuperRoboPrinter
« on: November 03, 2009, 07:16 AM »
Ok,

I have added another command line parameter:
/auto

/auto will start the 'schdedule' as soon as the program is run.

Hope that makes sense.

New version can be download from:
Here!

54
Post New Requests Here / Re: IDEA: SuperDuperRoboPrinter
« on: November 03, 2009, 06:02 AM »
Nope, but I can add that if you like?

55
Post New Requests Here / Re: IDEA: SuperDuperRoboPrinter
« on: November 03, 2009, 05:26 AM »
Thank you.

56
Pascal, freepascal.

http://www.freepascal.org/

I usually use, Delphi or FreePascal/Lazarus


57
Hi

I put something together quickly, its rough, but it works.

You need to set environment variable MAXVAL to your max value.  And 1 parameter is expected, which is the filename i.e. filename.ext

Let me know if it works.

Executable attached...

58
Hi

A slider is easy enough to add, however it is already polling 50 times per second, I dount its missingmuch if anything.

Not sure why you are having that problem (was it with FireFox)? Perhaps I should download it and give it a go too. See if I can get the same problem.

Capturing a small rectangle, and interprutting that to text, would be quite a slow process, compared to what it is doing at the moment. 

I'll have a look tomorrow (its 20:30 now) time for a beer!   :Thmbsup:

59
If you can think of any way's to improve, let me know. I suppose I could start by correcting the spelling mistakes I made on the main screen!

60
Sorry, missed the post above!!

Cheers

61
As I said previosuly.  xcopy will do this for you

xcopy c:\ x:\ /s /c /y 1>x:\out.txt 2>x:\err.txt

The errors will be ignored, but reported in the file x:\err.txt

Replace x: with the drive you want to copy to.


62
Why not use 'xcopy' from the command line a /c  (ignore's errors)

i.e.

xcopy c: x: /c /s /b

c: being the drive to copy from
x: being the drive to copy to


63
Ok,

Try this for a start.

Download latest TextCapture.....

Its very simple and basic. 

other text captures I have seen tend to capture area's of the screen, this isn't much good if you move or resize the window you are capturing from, so I have made sure this captures from a particular control on screen, no matter where it is.

So, if you want to capture the Firefox status bar....

1. Fire up firefox
2. Fire up TextCapture
3. Click the 'Detect' button
4. Hold the mouse pointer over the text/control you want to monitor (i.e. the text thats currently showing on the statusbar of firefox).
5. Wait a few seconds, a message will appear for you to confirm the text you are hovering over (you main need to move the main window to see the message)
6. Confirm if the text it has picked up is correct, by clicking OK.
7. Thats it, now any text value that goes into that control will be logged.
8. Click stop when you want to finish.

Let me know how you get on.


64
This seems easy enough, I'm happy to do this?

65
Good,

I'll just see if I can tidy it up a bit. 

J.

66
wetsmellydog

Give this a go (attached).  Its no where near finished, but I hope it is on the track of what you are looking for/trying to do.

basically, select your source dir.
Set the size you would like your new folders
select a destination folder

Thats it.

Have a go, and let me have some feedback.

J.

67
If no one else is, or wants to, I'm happy to give this a go?

68
Post New Requests Here / Re: idea connect to a ftp server
« on: October 05, 2009, 10:33 AM »
Add the line:
echo cd StoreFiles after the line that says echo binary>>script.ftp like so....

echo open ftp.myftpserver.com>script.ftp
echo myusername>>script.ftp
echo mypassword>>script.ftp
echo binary>>script.ftp
echo cd StoreFiles
echo get file1>>script.ftp
echo get file2>>script.ftp
echo bye>>script.ftp
ftp -s:script.ftp
del script.ftp


Hopw that makes sense....

69
Post New Requests Here / Re: idea connect to a ftp server
« on: October 05, 2009, 07:52 AM »
Hi Sizzle

Apologies for stepping in here, but I think I know why you're having aproblem running the script provided.

My guess is, you are trying to run the script from scancode in as an AHK script?  But what he has provided you is a script to run as a WINDOWS batch or cmd file, its NOT an AHK script.

You will need to run from the command line, or ideally create a batch file and run that. I have attached it to this message (extract from the zip file).  Open the attached file with NOTEPAD, edit the settings such as server name etc so:
change

ftp.myftpserver.com  to your ftp servername
myusername  to your ftp username
mypassword  to your ftp password

Try that and see if thats any better.


Apologies if I have mis-understood everyone!

J.

70
Post New Requests Here / Re: IDEA: link in window grabber
« on: October 02, 2009, 08:45 AM »
All add a little about box to it. And I'd prefer to make sure there are not too many bugs first.

probably better to pass around the completed one, if you do find any more bugs, let me know.

71
Post New Requests Here / Re: IDEA: link in window grabber
« on: October 01, 2009, 11:32 PM »
Bug is now fixed so the first character is not lost on some link types.  Updated can be downloaded from below.

Let me know how it goes.....

72
Post New Requests Here / Re: IDEA: link in window grabber
« on: October 01, 2009, 01:10 PM »
This does your new requests now.....

Enter now works in URL box

You can now seperate multiple keywords with a comma. i.e.
exe,rar,zip

Give it a try...

I just notoced you said there is a bug.  Will look into that....

73
Are you saying you want to compare folders contents such as, the files contained, the sub-folders contained, and sub-folder and files of those, and sub-folder and files of those etc etc etc?

Would you want to check if the files are simply named the same?  or the content within all the files are the same throughout all sub folders too?



74
Post New Requests Here / Re: IDEA: link in window grabber
« on: October 01, 2009, 08:42 AM »
Point taken, I do have some members space that I WILL start using!

So, in future will just include a link to my space todownload.
BTW Nice Program

ta

75
Post New Requests Here / Re: IDEA: link in window grabber
« on: October 01, 2009, 07:16 AM »
Somps

Try it now.

It will tend to bring back more results, but you can delete the result lines you don't want anyway.

let me know how you get on....

Pages: prev1 2 [3] 4 5next