topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday November 13, 2025, 8:45 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

Recent Posts

Pages: prev1 ... 108 109 110 111 112 [113] 114 115 116 117 118 ... 225next
2801
You can download the official Windows 7 ISOs, (you still need to purchase a valid license), and use to install on a machine, direct from Digital River.

Official Windows 7 SP1 ISOs

You can use the Windows 7 USB/DVD Download Tool to create a bootable flash drive of the ISO to install with.

Note that unless you install Windows 7 with a valid license it will install into trial mode in which you have 30 days to try it out.  This can be rearmed a total of 3 times to give you a trial period of 120 days after which it requires that you register it with a valid license.

The eicfg removal utility will allow you to install all retail versions of Windows 7 using the one ISO, (within the same architecture naturally), this includes Starter, Home Premium, Professional, and Ultimate.  What you choose to install will need a matching license if you want to keep using that version after the trial period ends.

Depending on the existing netbook configuration, I would recommend upgrading the RAM to the maximum 2GB, (1.5GB for some early netbooks, eg. Acer ZG5 chassis).

Re. the installed software, depending on what it is you may have some success in using a license backup program to discover the serial/license, eg. License Crawler.  Otherwise, most software keeps its serial/license info either in the registry, (which means you can export the relevant keys), or a file under the program directory, %USERDATA%, or %PROGRAMDATA%, (which means you can just save it) - used to be the way you were able to reinstall GAOTD programs.

As for the installers for the programs, you can usually find them somewhere on the net or the company typically keeps previous versions, (sometimes on its ftp servers), so a polite email may help - especially if you can produce a valid license.

And like Ath, I'd recommend only a clean install of Win7 especially onto something like a netbook with its limited resources.

Or if you're feeling adventurous PickMeApp claims to be able to transfer programs between XP and Windows 7 - you have to register to get the download links.  Otherwise you can try the light version, PickMeAppLight, without registering.

Needless to say, as per mouser, backup the system before trying - and I'll add, backup twice to two different storage devices and test the backups.
2802
    echo %%~fF                                                            <<This is where I thought I could catch the output but  no go

You forgot the redirection:

echo %%~fF >>D:\somefile.txt

 ;)
2803
Living Room / Re: Hating on new Google Maps
« Last post by 4wd on October 01, 2013, 06:56 PM »
Just tried it clicking on the map: 6 points, ~150km A-Z

Did it in a couple of seconds.

2013-10-02 09_56_42-Multiple Destination Route Planner for Google Maps - Pale Moon.png

Fastest roundtrip: ~3800kms (also a couple of seconds to calculate)

2013-10-02 10_01_13-Multiple Destination Route Planner for Google Maps - Pale Moon.png

Maybe your browser is blocking something?
2804
I was going to add that I haven't got it outputing to a text file, maybe Shades can help there.

Cracked it:

Get-ChildItem \*\*\*\* | % { if ($_.Attributes -eq "Directory") { Out-File d:\out.txt -append -inputobject $_.FullName } }

The above will output normal folders to 4 levels deep to a file called D:\out.txt <- change as you will.

I'll add this to the other post skwire.
2805
Honestly, you need to start checking the Reply Notification box  :D

See here.

You'll want \*\*\*\* as the argument.
2806
Living Room / Re: Hating on new Google Maps
« Last post by 4wd on October 01, 2013, 05:10 PM »
It worked OK for me but I think that the time taken for the calculation will probably depend on how many points and the distances between them, (more perms and combs to work out).

You may need to play with the options to get a faster result.

Just for interests sake I entered 5 addresses all within 30kms of each other and it came up with the roundtrip and A-Z routes within a few seconds.
2807
Living Room / Re: Hating on new Google Maps
« Last post by 4wd on October 01, 2013, 11:01 AM »
... what I want is for the Maps service to figure out the most efficient route to hit all those points in between. Or put another way, I want it to tell me the most efficient order in which to visit all of those places.

Try OptiMap: Fastest Roundtrip Solver
2808
General Software Discussion / Re: wont boot normally!
« Last post by 4wd on October 01, 2013, 06:42 AM »
A couple of ideas:

Check the System Event Log in XP just after it boots - any errors/warnings?

Get SysInternals' AutoRuns, see if it shows a lot of startup stuff that is either:
a) not supposed to be there, or
b) an entry exists but the file/program is missing, eg.

2013-10-01 18_43_56-Autoruns [7x7x64_4wd] - Sysinternals_ www.sysinternals.com.png
2809
Living Room / Re: Hating on new Google Maps
« Last post by 4wd on September 30, 2013, 09:19 PM »
I am at point A. I need to end up at point Z, but I want to visit points B, C, ..., X, and Y somewhere in between. Now you (meaning the Map service) do the hard work and figure out the most efficient route for me to take.

maps.yahoo.com - Grab the route line and drag it to whatever route/stops you want in between ... It's a beautiful thing!

You can do the same thing in Google Maps, or you can just right-click a place and choose from the context menu.  You can then change the order around by dragging the A, B, C, etc where you want them in the list on the left.

2013-10-01 12_06_15-S Pierce St to I-40 E - Google Maps - Pale Moon.png

But I guess the OP means he's using the new version that's shown as available when you go to Google Maps ?

2013-10-01 12_10_16-Google Maps - Pale Moon.png

You have to sign in before you can use it, (something I don't see a need to do).

EDIT: Thought I'd try it anyway, it's made for touch screen users.  Long press to set start and destination rather than context menu - and absolutely no idea how to set a waypoint between start/destination other than drag to change the route.  And it comes up with some pretty fscked up routing when you do that - you end up backtracking half the time.
2810
General Software Discussion / Re: Online HTML index generator?
« Last post by 4wd on September 30, 2013, 09:00 PM »
I guess it depends on how locked down the library computers are - they may not allow non-sanctioned programs to run.

I was thinking along the lines of a piece of HTML/JavaScript code you could have on your flash drive and just open it in the browser.

Here's an example: Find files with JavaScript

2013-10-01 11_55_41-K__Search.htm.png

While it doesn't do exactly what you want, (ie. output is displayed in the browser and can't be saved as a WYSIWYG web page), it might be possible to have it write the output to a new browser tab as a plain HTML doc which could be saved using the File->Save As menu.

Because it also uses ActiveX it means you're stuck with IE and the library might block ActiveX content also.
2811
General Software Discussion / Re: How to enable NAT Loopback on ZyXEL C1000Z router?
« Last post by 4wd on September 30, 2013, 08:33 PM »
I'm not sure that would solve the problem since the ZyXEL would be the "outermost" part of the firewall, and the NAT Loopback still wouldn't work at that level. But to be honest, I'm not entirely sure how these things work.

That's how my setup is, my router, (ASUS RT-N16), does all logging into the ADSL and the loopback.  The modem/router, (TP-Link TD-8817), is switched to Bridge mode - it's a transparent connection to the ISP as far as the RT-N16 is concerned.

I must be getting old to have forgotten that  :-[
2812
Living Room / Re: Dead Drops - Release your inner P2P spy! :D
« Last post by 4wd on September 29, 2013, 09:15 PM »
79 Barry Street, Melbourne

The pictures, description and the photo EXIF data are Melbourne CBD - the given coords and map reference are ~37kms to the east.
2813
Haven't forgotten this, just busy with other things.

Explorer version works, rather than have a save button it just saves/reloads the last configuration used.

Probably get it done in about a week - off the Sydney to watch the RAN 100th anniversary:)
2814
Perhaps try the program I mention here ?
2815
Get-ChildItem \*                  <- one level
Get-ChildItem \*\*               <- two levels
Get-ChildItem \*\*\*            <- three levels

etc, etc

You can substitute dir for Get-ChildItem, (dir is just an alias for it), but using Get-ChildItem differentiates it from a normal DOS command.

From StackOverflow:

Get-ChildItem \* | % { if ($_.Attributes -eq "Directory") { Write-Host $_.FullName } }                <- one level from root, directories only, full path output one per line
Get-ChildItem .\* | % { if ($_.Attributes -eq "Directory") { Write-Host $_.FullName } }               <- one level from current, directories only, full path output one per line


Get-ChildItem \*\*\*\* | % { if ($_.Attributes -eq "Directory") { Out-File d:\out.txt -append -inputobject $_.FullName } }

The above will output normal folders to 4 levels deep to a file called D:\out.txt <- change as you will.
2816
General Software Discussion / Re: extract lines containing
« Last post by 4wd on September 24, 2013, 12:19 AM »
grepWin

2013-09-24 15_18_13-grepWin _ D__My Documents.png

1) Directory
2) Text search
3) Text to search for
4) File filter
5) Select to display Content

When it's finished, select all the results and copy to clipboard, you can then paste them into a file.
2817
Living Room / Re: Raspberry Pi's $35 Linux PC
« Last post by 4wd on September 23, 2013, 02:26 AM »
Cubieboard 2 became available in June, (currently sold out at the Australian distributor - AU$89).

cubieboard2_cut1-640x395-300x185.png

Specification
  • CPU:ARM® Cortex™-A7 Dual-Core
  • GPU:ARM® Mali400MP2, Complies with OpenGL ES 2.0/1.1
  • Memory:1GB DDR3 @960M
  • Storage:4GB internal NAND flash, up to 64GB on uSD slot, up to 2T on 2.5 SATA disk
  • Power:5VDC input 2A or USB otg input
  • Networking:10/100 ethernet, optional wifi
  • USB : Two USB 2.0 HOST, one USB 2.0 OTG
  • Extended Interfaces: 96 extend pin interface, including I2C, SPI, RGB/LVDS, CSI/TS, FM-IN, ADC, CVBS, VGA, SPDIF-OUT, R-TP, and more
  • Other: One IR

It can run Android 4.2 and since it already comes with a IR interface you can basically use it as one of those Android Smart TV gizmos, (HDMI output).

On the software side, cubieboard2 support both android 4.2 Jelly Bean, Ubuntu 12.04 and other Linux distributions.
2818
General Software Discussion / Re: software recommendations - photo/graphics editors
« Last post by 4wd on September 18, 2013, 06:13 AM »
I *think* Photofiltre can use Photoshop plugins FWIW

Not in the free versions, only Photofiltre Studio has 8BF support.

There are however a number of Photofiltre native plugins that will work with the free or paid versions.
2819
General Software Discussion / Re: software recommendations - photo/graphics editors
« Last post by 4wd on September 16, 2013, 08:53 PM »
My most used photo editor is the free version of Photofiltre.

http://www.photofilt...tudio.com/pf7-en.htm

Version 7 adds layers or there's version 6 if you don't need them - it's also portable and not as resource intensive as some others

Runs on my old netbook quite well.
2820
Maybe in thát case
a) the button-window to pup up - with greyed out [Exec All] [Exec]-buttons
b) users can then 'set' things (e.g. select 'All' and 'Newest')  and click on 'save' so those are then 'defaulted'
c) in future when redating there the pop-up window will not appear anymore, i.e. folder is redated as per settings.

Rather than add All, I'll just change the radio buttons to checkboxes and let you select whatever combination you want.

I wondered how long it would take for someone to ask for a Save button  ;D

I'll see what I can do.
2821
Living Room / Re: Help Proofreading a submission
« Last post by 4wd on September 13, 2013, 08:13 AM »
Looking good, I really hope this turns into something bigger than a short story someday  :Thmbsup:
2822
Living Room / Re: Help with Proofing?
« Last post by 4wd on September 13, 2013, 07:59 AM »
Feedback sent :)
2823
This paf version creates a folder in \user\all\firebird and I also found some entries in the registry at HKEY_CURRENT_USER\Software\Deepinvent\MailStore\Client Settings
HKEY_CURRENT_USER\Software\Deepinvent\MailStore

What you're after is Portable & Stealth - not just portable.

The reg entry contains the GUI window coords & size and the folder is empty after running - things that can be easily fixed by creating a batch file with a couple of extra commands.
2824
Seedling's Software / Re: Mixtape Maker: Updates and Latest Beta Versions Here
« Last post by 4wd on September 12, 2013, 02:41 AM »
While you're at it, I'd really like the option when making multiple playlists, (to burn on to CD/DVD/etc), to not include previously included songs  :)

Currently, if I create five 700MB playlists for a CD set, some CDs will include songs already on other CDs.
2825
Perhaps here: MailStore Home Portable 8.1.0.9075

Except the interface seems to be in Japanese.

Fixed, just delete all the language folders in MailStoreHomePortable\Application, (ie. all folders except Firebird_x86).
Pages: prev1 ... 108 109 110 111 112 [113] 114 115 116 117 118 ... 225next