Make shiny.bat on Windows

Good morning, everyone,

I've been looking for a way to run my application via an .bat file for several days now.

@echo off

cd  "C:\Program Files\R\R-3.6.0\bin\"
R.exe --vanilla < "path/to/app.R"

I think I'm on the right track but no web page or window is launched, how can I fix it? :smile:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.