Skip to content

Update ImageNET command to work with browser version#3

Open
imas8888 wants to merge 1 commit intomasterfrom
fix/new-imagenet
Open

Update ImageNET command to work with browser version#3
imas8888 wants to merge 1 commit intomasterfrom
fix/new-imagenet

Conversation

@imas8888
Copy link
Copy Markdown

No description provided.

@imas8888 imas8888 changed the title Update oelauncher.cmd Update ImageNET command to work with browser version Jul 20, 2024
Comment thread oelauncher.cmd

(echo @VIEW& echo %p2%) > View.cmd
start "" "imagenet6view.bat"
"C:\Program Files\Google\Chrome\Application\chrome.exe" http://rhmtopcon/IMAGEnet/Patient/%p2%
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume rhmtopcon is a local alias, not an official URL or protocol?
In which case it cannot be hard coded. It will need to be parametized.

Also, there should be no need to explicitly call chrome.exe at a fixed location. you should just be able to use start <urll> which should open the URL in the default browser.
Or at the very least, just call chrome.exe - which would require chrome to be in the PATH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants