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

work with windows files

$
0
0

Hello, i am new in Powershell. I Need very urgent help. i have to convert files  "RC_*.zip" from a Windows Folder with a Java script with a foreach Loop. I do this with one file in a dos Batch file and it works, but i Need it by a PS-Script with loop. Please, can anyone help me ? Thank you very much. best regards Alex

this is my dos script:

cd C:\Program Files (x86)\Java\jre7\bin


java -jar C:\ftl\ftl2adis_convert.jar --source_file "C:\GPRS\MSW\bmi07\out\RC_20130606080539.ZIP" --target_dir "C:\GPRS\MSW\bmi07"


move C:\GPRS\MSW\bmi07\out\RC_20130606080539.ZIP C:\GPRS\MSW\bmi07\out\done\RC_20130606080539.ZIP


Viewing all articles
Browse latest Browse all 8583

Trending Articles