Jump to content

Recommended Posts

Posted

Can someone help. I have created the bottom .bat file. Everything works fine, the only problem is that the programs will not minimize. What am I doing wrong? Thanks.

@echo off

START "My USB\YPOPs" "YPOPs\ypops.exe" /MIN /WAIT

CLS

START "My USB\Portable Thunderbird 1.5" "Portable Thunderbird 1.5\PortableThunderbird.exe" /MIN /WAIT

CLS

START "My USB\Portable Opera 8.5" "Portable Opera 8.5\opera.exe" /MIN /WAIT

CLS

Exit


Posted

it should be this=>

start "title" /min /wait "program/command"

as taken from doing a start | run | cmd /k start /? and reading through the switches there

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...