samples/apps/batch-script/batch-script-buildpack/bin/detect.bat

13 lines
210 B
Batchfile
Executable File

@echo off
:: 1. CHECK IF APPLICABLE
if not exist app.bat (
exit /b 100
)
:: LIST CONTENTS
echo --- Hello Batch Script buildpack
echo
echo Here are the contents of the current working directory:
dir /q /s