diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-14 12:27:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-14 12:27:58 +0000 |
commit | e4451f11212da7808d6d529c6c4d8710c99c039b (patch) | |
tree | c7ab8d56d7a3e4ece8852bfb6c7281c1a9e39aca /wince/registry.bat | |
parent | f3513db0a4ed4cd0144027ac3ca0dd9a7257bbab (diff) | |
download | perl-e4451f11212da7808d6d529c6c4d8710c99c039b.tar.gz |
Strip CRs from the WinCE files. Now we need to
figure out in which CRs are really needed: probably
Makefile.ce and the README files, at least, probably
also the registry.bat.
p4raw-id: //depot/perl@11665
Diffstat (limited to 'wince/registry.bat')
-rwxr-xr-x | wince/registry.bat | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/wince/registry.bat b/wince/registry.bat index f9c819312d..0fd58c3d3c 100755 --- a/wince/registry.bat +++ b/wince/registry.bat @@ -1,28 +1,28 @@ -@echo off
-
-::- This script must be executed on the PC with an ActiveSync
-::- connection. If it does not work, create the entries with
-::- a remote registry editor or get a registry editor for your
-::- devices.
-::-
-::- You need my cereg.exe program.
-
-::- My paths...
-set perlexe=\speicherkarte2\bin\perl.exe
-set perllib=\speicherkarte2\usr\lib\perl5
-
-::- PERL5LIB
-cereg -k "HKLM\Environment" -n "PERL5LIB" -v "%perllib%"
-
-::- For ShellExecute
-cereg -k "HKCR\.pl" -n "" -v "perlfile"
-cereg -k "HKCR\perlfile" -n "" -v "Perl Script"
-cereg -k "HKCR\perlfile\DefaultIcon" -n "" -v "%perlexe%,-1"
-
-::- You might need to fix the quotes if your paths contain spaces!
-cereg -k "HKCR\perlfile\Shell\open\command" -n "" -v "%perlexe% %%1"
-
-cereg -k "HKLM\Environment" -n "ROWS" -v "10"
-cereg -k "HKLM\Environment" -n "COLS" -v "75"
-cereg -k "HKLM\Environment" -n "PATH" -v "/Speicherkarte2/bin"
-cereg -k "HKLM\Environment" -n "UNIXROOTDIR" -v "/Speicherkarte2"
+@echo off + +::- This script must be executed on the PC with an ActiveSync +::- connection. If it does not work, create the entries with +::- a remote registry editor or get a registry editor for your +::- devices. +::- +::- You need my cereg.exe program. + +::- My paths... +set perlexe=\speicherkarte2\bin\perl.exe +set perllib=\speicherkarte2\usr\lib\perl5 + +::- PERL5LIB +cereg -k "HKLM\Environment" -n "PERL5LIB" -v "%perllib%" + +::- For ShellExecute +cereg -k "HKCR\.pl" -n "" -v "perlfile" +cereg -k "HKCR\perlfile" -n "" -v "Perl Script" +cereg -k "HKCR\perlfile\DefaultIcon" -n "" -v "%perlexe%,-1" + +::- You might need to fix the quotes if your paths contain spaces! +cereg -k "HKCR\perlfile\Shell\open\command" -n "" -v "%perlexe% %%1" + +cereg -k "HKLM\Environment" -n "ROWS" -v "10" +cereg -k "HKLM\Environment" -n "COLS" -v "75" +cereg -k "HKLM\Environment" -n "PATH" -v "/Speicherkarte2/bin" +cereg -k "HKLM\Environment" -n "UNIXROOTDIR" -v "/Speicherkarte2" |