Damien.goel wrote/ schreef:

> copy /b %1 \\petrus\dj1055 <file://\\petrus\dj1055>
> <snip>
> How i can use this cmd into Revolution?
You can excute this command by:

  set hideConsolewindows to true
  get shell("copy /b %1 \\petrus\dj1055 <file://\\petrus\dj1055>")

With the first line, you prevent a 'DOS-prompt-window' to show up. If you
just want to execute the .bat file use:

  set hideConsolewindows to true
  get shell("dj750c.bat")

> Thanks
> Damien
Hope this helps,
Sjoerd

BTW Please don't send HTML mails to this list.

Reply via email to