topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday March 28, 2024, 5:25 am
  • 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

Author Topic: How to execute MiniCap with aguments from Start->Run?  (Read 2638 times)

Leanna1983

  • Participant
  • Joined in 2012
  • *
  • Posts: 2
    • View Profile
    • Donate to Member
How to execute MiniCap with aguments from Start->Run?
« on: March 25, 2012, 12:22 PM »
Hello!

How can i execute MiniCap with aguments from Start->Run?

I tried these both but it did not work.

C:\Program%20Files\MiniCap\MiniCap.exe -captureregion 590 400 1200 740 -save "C:\1.jpg"  (Says about linking to incorrect place)

C:\Program Files\MiniCap\MiniCap.exe -captureregion 590 400 1200 740 -save "C:\1.jpg" (Says windows could't find C:\Program)

Could you help me?

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: How to execute MiniCap with aguments from Start->Run?
« Reply #1 on: March 25, 2012, 12:27 PM »
try

"C:\Program Files\MiniCap\MiniCap.exe" -captureregion 590 400 1200 740 -save "C:\1.jpg" (Says windows could't find C:\Program)

Leanna1983

  • Participant
  • Joined in 2012
  • *
  • Posts: 2
    • View Profile
    • Donate to Member
Re: How to execute MiniCap with aguments from Start->Run?
« Reply #2 on: March 25, 2012, 01:10 PM »
Thank you very much! It works!