Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Help with a .bat file

Featured Replies

I've created the following .bat file.

1) I would like these programs once executed to minimize.

2) I would like to add a line that would execute a program within a folder. ie opera\opera.exe

Here is what I have:

@echo off

start ypops.exe

start PortableThunderbird.exe

exit

Your help would be appreciated. Thanks


This should be in the programming section - not General Discussion... ;)

As for your question, try running start /? in the command line to see if you get your answer. :)

Here is a Vbs script that uses CMD Promt to start notepad.exe and start the CMD session in a min state

I have added all the state for stating things as a constant for the VBS script that can be used.

This color text is the constant used by the vbs file

Const Hidden = 0, Normal = 1, Min = 2, Max =3, Recent = 4, Current_Size = 5,Min_ActiveSame = 7,Defualt_Call_State_ByApp =10

Dim Act

Set Act = CreateObject("Wscript.Shell")

Act.Run("%Comspec% /C Echo Off && Mode 55,5 && Color F3 && Title Test CMD Min" _

& "&& start /Min Notepad.exe && Echo. && Echo This Is A Test && Pause"),Min_ActiveSame,True

  • Author
Here is a Vbs script that uses CMD Promt to start notepad.exe and start the CMD session in a min state

I have added all the state for stating things as a constant for the VBS script that can be used.

This color text is the constant used by the vbs file

Const Hidden = 0, Normal = 1, Min = 2, Max =3, Recent = 4, Current_Size = 5,Min_ActiveSame = 7,Defualt_Call_State_ByApp =10

Dim Act

Set Act = CreateObject("Wscript.Shell")

Act.Run("%Comspec% /C Echo Off && Mode 55,5 && Color F3 && Title Test CMD Min" _

& "&& start /Min Notepad.exe && Echo. && Echo This Is A Test && Pause"),Min_ActiveSame,True

Thank you for your reply.

Might wanna check your spelling

Defualt_Call_State_ByApp =10

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.