|
-
May 4th, 2001, 03:34 AM
#1
Thread Starter
New Member
calling remote files with shell
i want to create an activex control that loads a prog with a remote fila as an argument. How should i write the argument in the shell(the url form doesn't work) it only works for local files
Thanx
-
May 4th, 2001, 06:48 PM
#2
Fanatic Member
could you clarify please? what exactly do you want to do? do you want to execute files on a remote machine?
GWDASH
[b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]
-
May 7th, 2001, 04:51 AM
#3
Thread Starter
New Member
i want the activex control to load a wap emulator(installed on the remote machine) but the file will be called from my machine using its url
for example to call notepad.exe to open the file
http://xxx.xxx.xxx.xxx/index.wml
the prob is that in the emulators screen i receive
file not found /http://xxx.xxx.xxx.xxx/index.wml
i believe the slash is the prob
thanx
-
May 7th, 2001, 07:01 AM
#4
Fanatic Member
did you try using a UNC (//compname/index.wml) instead of a URL. most software doesn't support TCP/IP for file trasfer over a network(not that i can think of)
GWDASH
[b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]
-
May 8th, 2001, 04:32 AM
#5
Thread Starter
New Member
requesting code
in vb this goes like
shell("c:\...\program.exe //compname/index.wml")
could you give me an example?
thanx
-
May 8th, 2001, 05:19 AM
#6
Shell("\\computername\disk\directory\file.exe",vbHide)
or with a share
Shell("\\Jobs\file.exe",vbHide)
Assuming I understood what you want....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|