DonationCoder.com Forum

Main Area and Open Discussion => General Software Discussion => Topic started by: MilesAhead on June 16, 2011, 05:28 PM

Title: Adjust Work Area 1.0.0.1
Post by: MilesAhead on June 16, 2011, 05:28 PM
Adjust Work Area 1.0.0.0

http://www.favessoft.com/downloads.html

Command line utility to set the desktop work area to specific values.

Usage:  awa  Left Top Right Bottom (e.g. awa 0 0 1024 740)

Usage: awa
by itself displays the current work area and parameter info.

Note: I replaced Set Work Area with a FreeBASIC command line awa.exe that's only 81 KB.
Title: Re: Set Work Area 1.2.0.0
Post by: MilesAhead on June 19, 2011, 02:38 AM
Set Work Area 1.2.0.0 Added Time Out to Success Dialog.  Download now includes awa.exe.  It works exactly the same as SetWA but all message output is to the console.

To use awa.exe when Windows starts you can create a batch file in a folder in your Path. Just a 2 liner like swa.cmd

@echo off
cmd.exe /k awa 0 0 1280 908

This way the console will stay open after login so you can verify the work area was successfully adjusted. If you tend to use the same screen res. and toolbar placement then there's no need to have an app riding in the Task Tray basically doing nothing but monitoring for screen resolution change.

Title: Re: Set Work Area 1.2.0.0
Post by: kyrathaba on June 19, 2011, 09:43 AM
Nice, useful program, MilesAhead :up:
Title: Re: Set Work Area 1.2.0.0
Post by: MilesAhead on June 19, 2011, 03:41 PM
Nice, useful program, MilesAhead :up:

Thanks for the comment. :)
Title: Re: Set Work Area 1.2.0.0
Post by: MilesAhead on June 20, 2011, 04:51 PM
I rewrote awa.exe console version in FreeBASIC.  The exe size is reduced to 78 KB.  Also changed the icon to match FavesSoft site favicon.

Note that all output is done using 'print' statements.  No longer any need to redirect stderr if you wish to send results to a log file.

Title: Re: Set Work Area 1.2.0.0
Post by: Ath on June 20, 2011, 05:06 PM
Does FreeBASIC also make it run (even) quicker?
Title: Re: Adjust Work Area 1.0.0.0
Post by: MilesAhead on June 20, 2011, 06:57 PM
Set Work Area has been superceded by Adjust Work Area 1.0.0.0.

See first post in thread for usage and download link.
Title: Re: Set Work Area 1.2.0.0
Post by: MilesAhead on June 20, 2011, 07:03 PM
Does FreeBASIC also make it run (even) quicker?

It's the same WinAPI call.  The nice thing about FreeBASIC is it produces very small win32 stand-alone exe files with no basic run time needed.  awa.exe is 81 KB and that's that.

Now the zip download is 40 KB instead of 400 KB. :)

I just determined there was no advantage to using a gui app in this case.  Rewrote it in FreeBASIC mainly to keep from forgetting all my FB as well as making the exe smaller.

Also this version doesn't output to stderr.  Just makes it easier to redirect the output to a log file or whatever.

Title: Re: Adjust Work Area 1.0.0.0
Post by: william_r_s on April 10, 2013, 07:23 PM
The download link appears to be broken (says: this website has been temporarily suspended). Is there another location to download from?
Title: Re: Adjust Work Area 1.0.0.0
Post by: tomos on April 11, 2013, 05:06 AM
The download link appears to be broken (says: this website has been temporarily suspended). Is there another location to download from?

wonder what the problem there is...
Did you try a search :)
http://www.softpedia.com/get/Desktop-Enhancements/Other-Desktop-Enhancements/Adjust-Work-Area.shtml
Title: Re: Adjust Work Area 1.0.0.0
Post by: mouser on April 11, 2013, 08:37 AM
Come to think of it, we haven't heard from MilesAhead in a while.. I hope he's alright? Let's send him a message or two and make sure he's ok.
Title: Re: Adjust Work Area 1.0.0.0
Post by: william_r_s on April 11, 2013, 08:53 AM
The softpedia entry seems to just link to the same place.
Title: Re: Adjust Work Area 1.0.0.0
Post by: skwire on April 11, 2013, 09:10 AM
Hi, william_r_s, and welcome to the DonationCoder site.  Since the AWA application doesn't appear to be downloadable, perhaps you might be interested in a similar program by mouser:  https://www.donationcoder.com/Software/Mouser/desktopcoral/

If that doesn't work for you, let me know, and I'll write a replacement for AWA.
Title: Re: Adjust Work Area 1.0.0.0
Post by: mouser on April 11, 2013, 09:13 AM
Give DesktopCoral a try but also I'm sure someone can find and post a download for Adjust Work Area -- but the best thing would be if Miles sees this thread and posts.
Title: Re: Adjust Work Area 1.0.0.0
Post by: MilesAhead on December 16, 2013, 07:36 AM
Give DesktopCoral a try but also I'm sure someone can find and post a download for Adjust Work Area -- but the best thing would be if Miles sees this thread and posts.

It can be downloaded from:
http://milesaheadsoftware.tk/

Adjust Work Area 1.0.0.1 - recompiled with AutoIt 3.3.8.0