Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 8583

How to write key value using PowerShell?

$
0
0

Hi~.

I try to control MS-DOS program. 

The program name is CARI-6M. 

You can download http://www.faa.gov/data_research/research/med_humanfacs/aeromedical/radiobiology/cari6m/ . 

The CARI-6M has text GUI environment. 

I don't know to write key "1" using Write-Output cmdlet.

I want to input keys instead of human's typing. 

Could you advise some solution? 

Please, help me~~~Beer

----My PowerShell Script--------------

cd c:\cari6mex

dir

.\cari-6m.exe

Write-Output "1"

--------------------------------------


Viewing all articles
Browse latest Browse all 8583

Trending Articles