| 16 | | [wiki:BuildingOnPortableStrawberry Building on Portable Strawberry] |
| | 16 | You can then also open a command shell (Start/Run/cmd) and type in |
| | 17 | |
| | 18 | {{{ |
| | 19 | C:\portable\perl\bin\perl.exe -v |
| | 20 | }}} |
| | 21 | |
| | 22 | to check the version number of your Perl. |
| | 23 | |
| | 24 | If you want to run scripts from the command line you can do that by typing |
| | 25 | |
| | 26 | {{{ |
| | 27 | C:\portable\perl\bin\perl.exe path\to\your\script.pl |
| | 28 | }}} |
| | 29 | |
| | 30 | |
| | 31 | Notes to the developers on how to build the [wiki:BuildingOnPortableStrawberry Padre on Portable Strawberry] package. |