
Executing a Batch File on another Computer
In the end you need to know how to write a '.bat' file.
There a few indivduals who may comprehend.
There are some at Standford with Ph.d, employed,
and still wondering, because MS
e.g. wrote their binaries on top of and into ftp.exe.
----------
If it only is an internal 'Windows' problem.
forgive those who think
ubiqutous Free-DOM
is not localized freedom and justice.
------------
Send me your coloring book panic response anytime
Quote:
> I am trying to call/run a batch file on Computer B from Computer A via
> an ASP page that is located on Computer A. My ASP page uses a wshell
> script.
> Set WShShell = Server.CreateObject("WScript.Shell")
> strConfirm = WShShell.Run("cmd \\computername\folder\file.bat", 1,
> False)
> However, I can't get it to work. Does anyone know what is wrong w/ my
> syntax or what is the correct way of going about it?
> Tia