F5F Stay Refreshed Software Operating Systems Create a quick shortcut to launch a webpage together.

Create a quick shortcut to launch a webpage together.

Create a quick shortcut to launch a webpage together.

G
gamerpgf
Member
175
07-14-2023, 11:21 PM
#1
You could set up a quick access tool with a shortcut and a web link, or you could make a batch file to automate the process.
G
gamerpgf
07-14-2023, 11:21 PM #1

You could set up a quick access tool with a shortcut and a web link, or you could make a batch file to automate the process.

H
Hotdogmznx
Junior Member
41
07-19-2023, 12:04 AM
#2
The simplest method is creating a batch file that launches both the application and your browser, including a parameter in the browser command to direct it to a specific page.
H
Hotdogmznx
07-19-2023, 12:04 AM #2

The simplest method is creating a batch file that launches both the application and your browser, including a parameter in the browser command to direct it to a specific page.

V
vkruler
Junior Member
40
07-19-2023, 01:44 AM
#3
The BAT file should function correctly. Execute the command to launch the tool.
V
vkruler
07-19-2023, 01:44 AM #3

The BAT file should function correctly. Execute the command to launch the tool.

P
peppergirl123
Junior Member
31
07-19-2023, 06:21 AM
#4
I still prefer enabling the -verbose feature in PowerShell for all tasks.
P
peppergirl123
07-19-2023, 06:21 AM #4

I still prefer enabling the -verbose feature in PowerShell for all tasks.

M
Mummy_Man23
Member
58
07-21-2023, 06:06 PM
#5
It seems you're dealing with an issue where launching a BAT file works fine, but the Command Prompt window remains open and closing it affects your program. Since you're comfortable with Java and its tools, consider using alternative methods like PowerShell or GUI shortcuts to run your tasks without needing the CMD window. This should help keep your task bar clean and avoid unnecessary interruptions.
M
Mummy_Man23
07-21-2023, 06:06 PM #5

It seems you're dealing with an issue where launching a BAT file works fine, but the Command Prompt window remains open and closing it affects your program. Since you're comfortable with Java and its tools, consider using alternative methods like PowerShell or GUI shortcuts to run your tasks without needing the CMD window. This should help keep your task bar clean and avoid unnecessary interruptions.

F
Frinex10
Posting Freak
806
07-21-2023, 09:44 PM
#6
It provides detailed information about the actions being performed.
F
Frinex10
07-21-2023, 09:44 PM #6

It provides detailed information about the actions being performed.

R
Robx_33
Member
141
07-23-2023, 06:15 AM
#7
In short, yes. It can be helpful at times, but often it's just for viewing text in a command-line interface.
R
Robx_33
07-23-2023, 06:15 AM #7

In short, yes. It can be helpful at times, but often it's just for viewing text in a command-line interface.

T
Terrav
Member
128
07-23-2023, 07:31 AM
#8
I wasn't able to locate a response via Google, which is what I expected before and after trying it.
T
Terrav
07-23-2023, 07:31 AM #8

I wasn't able to locate a response via Google, which is what I expected before and after trying it.

N
NORFFF
Member
199
07-23-2023, 09:10 AM
#9
I needed to include the ".exe" extension and set the exact location of Chrome, which finally succeeded: @echo off start C:\Users\Wierzbak\AppData\Local\Programs\tcs_app\TCS.exe start C:\Program Files (x86)\Google Chrome start exit
N
NORFFF
07-23-2023, 09:10 AM #9

I needed to include the ".exe" extension and set the exact location of Chrome, which finally succeeded: @echo off start C:\Users\Wierzbak\AppData\Local\Programs\tcs_app\TCS.exe start C:\Program Files (x86)\Google Chrome start exit

N
Night_Wave_
Junior Member
39
07-23-2023, 04:51 PM
#10
I'm also on 10, not sure why it varies for me. I selected this because it's a good fit for both standard Windows 10 and my special edition version.
N
Night_Wave_
07-23-2023, 04:51 PM #10

I'm also on 10, not sure why it varies for me. I selected this because it's a good fit for both standard Windows 10 and my special edition version.