Messages - howardb [ switch to compact view ]

Pages: prev1 [2] 3 4 5next
6
Sounds like you have 3 basic problems: 1) You want to run and use your XP partition, while you are preparing windows 7 to run all your software. 2) You want to install your ``tons of'' software, from XP, on windows 7 along with, I suspect, various shortcuts, batch files, menus, settings that you created in XP.  3) I suspect you want to backup your XP AND windows 7 partitions, in case anything goes wrong.

So - start with 3 - make an image backup of XP, and put  it on some external or internal backup drive. Macrium Reflect or Paragon Backup both provide free image software for this. I highly recommend you also create bootable CD that allows you to run partitioning and/or backup software, and to access your partitions. Again, Macrium or paragon provide such CDs. They either use the win PE or a linux OS to accomplish this. By the way - paragon also sells ``adaptive restore'' software that allow you to install an old windows OS on a newer PC.

Then do 1) I suspect your disk has just one C: partition. Use a partition tool, such as Easeus partition Master (its free), to resize C:,create and format a second partition on your disk, and make the new partition active. By the way, this tool will also let you hide or change the drive letters of partitions, other than the bootable C: drive.

Now install windows 7 on the new partition, which it will see as C: Then, I recommend doing an image backup of win 7. It will be invaluable to cleanly recover from any serious future OS trouble.

Your windows 7 boot menu, should now allow you to boot to either 7 or XP. Whichever one you choose, will become drive c: for that session. If there are any problems, use a free tool such as Easy BCD (http://neosmart.net/dl.php?id=1) to edit the boot menu, as needed. Once setup, dual booting is quite painless.

Now you can do 2) the painful, way: Boot into 7 and slowly install all the tons of applications, shorcuts, etc. from XP to 7. I always keep all my setup files for this purpose, and there are tools that save installation info. for groups of applications, so future installs will be less painful.

If you want, you can try the shorter upgrade path from XP to vista to 7 -- on the XP partition. If it works, you simply use a partition manager to switch the former XP drive to be the active one.

If anything goes wrong, you are covered: You have a clean backup of win 7, and one of XP. And if your PC does not boot, you can boot from a CD and restore either backup, set one of the partitions as active, etc.




7
Living Room / Re:Apps-based world boring - How about unix/linus apps?
« on: November 02, 2010, 04:41 PM »
Is this not an argument for the whole world of unix and linux? It seems to still be a world that is thriving with enthusiasts writing programs and scripts, mostly for free, that are not motivated primarily by the desire to make money. The distinction between users and developers remains blurry, and shell scripting is so powerful, one can amuse oneself endlessly writing customized scripts for one's own use. The proliferation of apps and portable devices is primarily aimed at practical needs that can be sold to end-users. The whole locked-into-devices-vendors-OS's-websites trend was already pioneered by Microsoft with IE, the infamous registry, its net-framework, etc. The strategy then was: make windows-related things so dependent on windows, that you have to keep buying  Microsoft products to use the things you like, or to develop things that run on windows.

I still hesitate with unix/linux apps -- because I so hate hunting for where various libraries, macros, and directories are in THIS installation -- in order to succeed in a make and compile of some application.

8
Find And Run Robot / Re: Letters Instead of Numbers Please!
« on: October 26, 2010, 01:21 AM »
i've thought about adding letters.. it just seems like if it's not in your top 9 items, you are better off filtering the results by typing more rather than having to locate the 15th result.

Ive found it a lot easier to pick, say, a fifteenth option. For instance, if I want to go to one of the many directories I've called, tmp.

9
Find And Run Robot / Letters Instead of Numbers Please!
« on: October 13, 2010, 01:35 AM »
I've had this wish for FARR before, but mouser thought not: With a numbered menu of options you have only 9 choices available at a single keystroke. But if you enumerate options with letters, you get up to 26 choices available with a single keystroke. I do so wish letter enumeration were an option for FARR, and still do not understand the impediments to it.

For an example of the difference, check out wcd, fast directory changer for windows at http://www.xs4all.nl/~waterlan/#WCD_BETA_ANCHOR. Compare it, for instance to one of the FARR plugins that uses the locate2 database. If you want to go to one of the twenty odd directories you've named, tmp  -- just type tmp at the prompt, hit the letter, j (for example) and you are there.

I care, because I become increasingly weary of the ubiquitous mouse. Indeed, I would love to use FARR more and more like a single, simple, unix-like command interface.

For those interested, I use wcd with the locate32 database, so I need not keep updating multiple databases. I also use the explorer replacement xplorer2 with this batch file:

@echo off
set WCDHOME=c:\dos\wcd
set /p ans=Directory:
locate.exe -ld %ans% > c:\tmp\data
c:\dos\wcd\wcdwin32.exe -G C:\tmp -f c:\tmp\data *%ans%*
call c:\tmp\wcdgo.bat
C:\Programs\xplorer2_lite\xplorer2_lite.exe /M "%CD%"

10
Find And Run Robot / Use FARR as Run Command?
« on: March 18, 2010, 06:45 PM »
This is doubtless a newbie question but: I want to type a command with arguments into FARR's search line, and have it executed as if I typed this command in the windows Run dialogue box.  How do I do it?
     I dont want to have to use ++ to add arguments to my command, wait for the command to show up in the results box, and then hit, for instance, ctrl-3. I just want to type the command, hit <ENTER> and have it run. Must I use the noresults alias for this, or how would I create a Run alias to do it?
     I also wonder, how to include the directories in the windows %PATH% variable in FARRS directories to search? Since %PATH% includes a list of different directories, must I enter each of these directories separately in FARRs directories to search? I would like FARR to behave just like the Run command - search all directories in the %PATH% variable for the command, and then execute the command. I do not want the command displayed first in the results list.

Pages: prev1 [2] 3 4 5next
Go to full version