Thanks everyone. The program works fine, I was just wanting to insure I was using the latest (and greatest!) syntax. I am now clear between the two intended syntax functions.
-Bob
-------------- Original message --------------
Bob,I think Launch is for launching files using the associated (registered) program. Like Launch C:\rbti\rbg7\readme.txt would launch notepad on my system because .txt is a registered extension for notepad.You still need zip to RUN external commands.Dawn
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, November 14, 2005 10:06 AM
To: RBG7-L Mailing List
Subject: [RBG7-L] - Launch versus ZIPI have an application where I am mapping a drive using the NET USE command.It does not work with LAUNCH but works fine with ZIP. Is this the intended syntax? For some reason I thought ZIP was being replaced by LAUNCH.This works:ZIP net use L: \\DellServer\Public /persistent:yes /user:username passwordThis does not work nor shows any errors:LAUNCH net use L: \\DellServer\Public /persistent:yes /user:username passwordIs ZIP the preferred syntax?Thanks!-Bob
