Jump to content

Hey guys, this is actually Moondrelor, I can't seem to log into my old account... Not sure why

But anyways, I'm here :D

 

But can anyone tell me why my batch file comes to a dead end?

@echo off
:MainMenu
cls
echo Loading Dashboard
	"C:\Users\mruggie\Desktop\Programs\Dashboard.appref-ms"
		echo Launched
		echo.

echo Loading Outlook 2013
	"C:\Program Files (x86)\Microsoft Office\Office15\OUTLOOK.exe"
		echo Launched
		echo.

echo Loading OneNote 2013
	"C:\Program Files (x86)\Microsoft Office\Office15\ONENOTE.exe"
		echo Launched
		echo.

echo Loading Word 2013
	"C:\Program Files (x86)\Microsoft Office\Office15\WINWORD.exe"
		echo Launched
		echo.

It stops at OUTLOOK.exe and just sits on my screen like so...

Quote

Loading Dashboard
Launched

Loading Outlook 2013

 

The real Moondrelor o-o

Lost access to my old account. GG

Link to comment
https://linustechtips.com/topic/684219-anyone-good-at-batch-files/
Share on other sites

Link to post
Share on other sites

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

×