I am trying to write a simple script to 1) open a new CMD window 2) navigate to a location 3) execute a .exe 3) run commands in new state (from .exe). The purpose of the exe is to open a com into another program.
#!/bin/perl use strict; use warnings; system ('start cmd /k cd C:/some location/gateway.exe uname@jupiter.ju +piter &&COM open_job,job=232');
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |