home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR2 / 4HNGIT12.ZIP / CHANGEIT.TXT < prev   
Text File  |  1993-08-09  |  3KB  |  70 lines

  1.                            ChangeIt: Do you need it?
  2.  
  3. Here's the situation: (Take your pick...)
  4.  
  5. a. You've just added a second hard drive, and you want to change your
  6. Windows installation from Drive C: to Drive D:...or,
  7.  
  8. b. You've replaced your Drive C: with a far larger drive, and you want
  9. additional partitions (again, moving Windows to some other drive
  10. letter)...or,
  11.  
  12. c. Doublespace, or Stacker, or one of the other disk compression utilities
  13. has fiddled with your drive letters, leaving your Windows files stranded on
  14. a drive different from where they were initially installed.
  15.  
  16. In situations a. and b., if is fairly easy to physically move the files.
  17. As example, if you've kept your Win installation all under a C:\WINDOWS
  18. subdirectory, XCOPY can do it for you --
  19.  
  20.   XCOPY C:\WINDOWS\*.* D:\WINDOWS\*.* /S/E
  21.  
  22. In situation c., you may have a real nightmare on your hands without
  23. hard-nosed detective work to straighten out your PATH and a lot of other
  24. drive references.
  25.  
  26. In each case, you will be left with laborious reworking of all your .GRP
  27. files, many of your .INI files, and some of your .PIF files, to inform
  28. Windows Program Manager where the files are now located.  That means using
  29. "Change Properties" from Program Manager for .GRPs, editing the .INI files
  30. with a text processor, and redoing .PIF files with the .PIF editor.
  31.  
  32. In each case, ChangeIt can help you.  ChangeIt WON'T do everything for you;
  33. there are simply too many possibilities.
  34.  
  35. ChangeIt will look at any .GRP, .INI, or .PIF file and change all
  36. references to a given drive letter to a different drive letter.  For .GRP
  37. files, it will re-calculate the file's internal checksum so that the new
  38. .GRP file will be acceptable to Program Manager.  And, it preserves the
  39. original file with a .CHG file extension, in case your file-moving hits
  40. problems.
  41.  
  42. ChangeIt will NOT accept wildcards, and will operate on only one file at a
  43. time -- each change should be tested, prior to making another one.
  44.  
  45. ChangeIt does NOT move files, or copy them -- again, there are too many
  46. possibilities of how you want your Win system arranged.
  47.  
  48. ChangeIt will NOT search your drive for files; it must be used from within
  49. the directory where the target file resides.  (Ever seen a system with 3 --
  50. count 'em -- MAIN.GRPs?  I have.  No, I don't know it got that way.)
  51.  
  52. ChangeIt will NOT deal with file references maintained separately by
  53. various Windows software packages (as example, Word for Windows .DOT
  54. files); again, there are too many possibilities.
  55.  
  56. If only one-third of these comments have been relevant to you, then I urge
  57. you to ignore ChangeIt.
  58.  
  59. For the proper syntax, simply type ChangeIt at the DOS prompt.
  60.  
  61. ChangeIt is freeware (i.e., you pay nothing for it), and all usage by any
  62. user is at that user's sole risk.  No user support is provided by the
  63. author.
  64.  
  65. Thom Foulks
  66. Colorado Springs, CO
  67. CIS: 74505,74
  68. AOL: PCW Thom
  69. July 1993
  70.