Search found 1 match
- 06 Jul 2021 14:25
- Forum: DOS Batch Forum
- Topic: Type commands in ubuntu app (WSL) from batch file in windows
- Replies: 1
- Views: 3387
Type commands in ubuntu app (WSL) from batch file in windows
I have a complex python based model that is executable only in linux environment. But it needs to be scheduled daily from windows operating system. So, I have installed ubuntu app in windows by activating the Windows subsystem for linux (WSL), and that is working fine when executed manually. But the...