Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: executable bat file  (Read 2928 times)

0 Members and 1 Guest are viewing this topic.

Bruce cobb

  • Guest
executable bat file
« on: October 29, 2004, 08:34:09 AM »
I'm trying to map a drive and then execute a file in that drive using a batch file.  I'm sure it's relatively simple but I can't figure it out.  Suggestions anyone?

Thanks
Bruce

darrelll

  • Guest
Re: executable bat file
« Reply #1 on: November 18, 2004, 11:31:11 AM »
@ECHO Trying to open an .exe
Pause

net use *\\UNC\sharename
Call C:\path\file.exe