https://github.com/gladir/powershell-0
Clone PowerShell écrit en Pascal
https://github.com/gladir/powershell-0
command command-line free-pascal powershell turbo-pascal
Last synced: 4 months ago
JSON representation
Clone PowerShell écrit en Pascal
- Host: GitHub
- URL: https://github.com/gladir/powershell-0
- Owner: gladir
- License: mit
- Created: 2022-11-12T21:06:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-12T21:13:19.000Z (about 3 years ago)
- Last Synced: 2025-02-24T08:45:07.636Z (12 months ago)
- Topics: command, command-line, free-pascal, powershell, turbo-pascal
- Language: Pascal
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# POWERSHELL-0
Clone PowerShell écrit en Pascal

Compilation
Les fichiers Pascal n'ont aucune dépendances, il suffit de télécharger le fichier désiré et de le compiler avec Free Pascal avec la syntaxe de commande :
fpc PS.PAS
Sinon, vous pouvez également le compiler avec le Turbo Pascal à l'aide de la syntaxe de commande suivante :
tpc PS.PAS
Licence