This is inspired from PowerShell Fun: Watch Rick Astley Sing and Dance Never Let You Down
Decription:
Lee Holmes, the author of the popular “Windows PowerShell Cookbook”,
has made a little fun project for April Fool’s day (not sure in which
year) that turns Rick Astley to Risk ASCII and made him to dance and
sing one of his popular songs, Never Let You Down, right inside your
PowerShell screen.
You can give a try for this batch file :
@echo off
REM https://www.nextofwindows.com/powershell-fun-watch-rick-astley-sing-and-dance-never-let-you-down
REM ***************************************************************************************************************************
REM Description in English :
REM ***************************************************************************************************************************
REM Never Gonna Give You Up is a song by singer Rick Astley from his first album Whenever You Need Somebody (1987).
REM His clip became the basis of an Internet phenomenon in the early 2000s, the rickroll.
REM ***************************************************************************************************************************
REM Description en Français :
REM ***************************************************************************************************************************
REM Never Gonna Give You Up est une chanson du chanteur Rick Astley tiré de son premier album Whenever You Need Somebody (1987).
REM Son clip est devenu la base d'un phénomène Internet au début des années 2000, le rickroll.
REM ***************************************************************************************************************************
Mode 84,43
Title Rick Astley - Never Gonna Give You Up With Powershell and Batch (1987-2020^)
Powershell ^
Invoke-Expression -Command (Invoke-WebRequest -Uri 'http://www.leeholmes.com/projects/ps_html5/Invoke-PSHtml5.ps1' -UseBasicParsing^).Content
