Need help to create an URL
Hallo all,
I need help to create an URL which wil run a program with a specific parameter, it should be something like this:
intranet/ica/wfica32.exe /setup
The problem is in the paramater /SETUP which internet explorer wil see as another page. Anayboby have any ideas how i can create such a URL?
Thanks,
Mark
Jack Michaelson posted this at 13:34 — 8th May 2001.
He has: 1,733 posts
Joined: Dec 1999
maybe:
intranet/ica/wfica32.exe#setup
mairving posted this at 13:39 — 8th May 2001.
They have: 2,256 posts
Joined: Feb 2001
Hello zwets. Welcome to Webmaster Forums.
You won't be able to use the / because all browsers will think that it is a directory. Not any way around that one.
If this script was on a Linux/Unix server then you could create a symlink to it pretty easily. If it is on a Windows server, you might try to see if you can alter the program to have /setup as the default setting. So instead of intranet/ica/wfica32.exe /setup, you would use intranet/ica/wfica32.exe. I don't think that you could use a Windows shortcut.
Hope this helps to give you some ideas.
Mark Irving
I have a mind like a steel trap; it is rusty and illegal in 47 states
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.