summaryrefslogtreecommitdiff
path: root/registry.pl
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2008-05-05 15:44:36 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2008-05-05 15:44:36 +0000
commit79af59a7544baa6b1206e8e6cd506b5ce10bc31c (patch)
treecd264670e6b88de19e149b549f700daf0e2f877d /registry.pl
parentc3e4fa2a49f77ae6bf10c97b25d6bbd2a1cc7d52 (diff)
downloadMPC-79af59a7544baa6b1206e8e6cd506b5ce10bc31c.tar.gz
ChangeLogTag: Mon May 5 15:45:04 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'registry.pl')
-rwxr-xr-xregistry.pl8
1 files changed, 5 insertions, 3 deletions
diff --git a/registry.pl b/registry.pl
index d9f4446a..de8dbe14 100755
--- a/registry.pl
+++ b/registry.pl
@@ -25,7 +25,7 @@ my($Registry) = undef;
my($MPC_ROOT) = $FindBin::Bin;
$MPC_ROOT =~ s!/!\\!g;
-my($version) = '1.2';
+my($version) = '1.3';
my(%types) = ('nmake' => ['NMAKE', 'NMAKE'],
'bmake' => ['Borland Make', 'Borland Make'],
'vc6' => ['DSW', 'DSP'],
@@ -148,11 +148,13 @@ if (defined $ARGV[0]) {
foreach my $type (keys %types) {
delete_key('HKEY_CLASSES_ROOT/Directory/shell/MPC' . uc($type) . '/');
}
+
+ exit(0);
}
else {
print STDERR "registry v$version\n",
"Usage: ", basename($0), " [-r]\n\n",
- " -r Remove MPC related registry keys (this does not work).\n\n",
+ " -r Remove MPC related registry keys.\n\n",
"Set the MPC_ROOT environment variable to the location of this script.\n",
"Also, add context menus for .mwc files and directories.\n";
exit(0);
@@ -171,6 +173,6 @@ foreach my $type (keys %types) {
}
print "You may need to log out and then ",
- "log back in for these settings to take effect.\n";
+ "log back in for some of these settings to take effect.\n";
exit(0);