Guest DickJ Posted August 22, 2008 Posted August 22, 2008 Is there a way to update the Briefcase in Windows xP from a command line statement or batch file? -- Thanks! DickJ
Guest Ramesh Srinivasan, MS-MVP Posted August 22, 2008 Posted August 22, 2008 Re: Update Briefcase from Command Line This is possible using WSH/VBScript (InvokeVerb method). See the example here: http://groups.google.com/group/microsoft.public.win2000.cmdprompt.admin/msg/842b6629f0109573?hl=en -- Regards, Ramesh Srinivasan, Microsoft MVP [Windows Shell/User] The Winhelponline Blog http://www.winhelponline.com/blog "DickJ" <DickJ@discussions.microsoft.com> wrote in message news:182B634A-AEFA-47EF-AF7A-E702532CA09E@microsoft.com... > Is there a way to update the Briefcase in Windows xP from a command line > statement or batch file? > -- > Thanks! > DickJ
Guest DickJ Posted August 22, 2008 Posted August 22, 2008 Re: Update Briefcase from Command Line I am not familiar with WSH/VBScript. Is this a utility? A separate software package? Do I create a text file and then run it through a compiler? -- Thanks! DickJ "Ramesh Srinivasan, MS-MVP" wrote: > This is possible using WSH/VBScript (InvokeVerb method). See the example > here: > http://groups.google.com/group/microsoft.public.win2000.cmdprompt.admin/msg/842b6629f0109573?hl=en > > -- > Regards, > > Ramesh Srinivasan, Microsoft MVP [Windows Shell/User] > The Winhelponline Blog http://www.winhelponline.com/blog > > > "DickJ" <DickJ@discussions.microsoft.com> wrote in message > news:182B634A-AEFA-47EF-AF7A-E702532CA09E@microsoft.com... > > Is there a way to update the Briefcase in Windows xP from a command line > > statement or batch file? > > -- > > Thanks! > > DickJ > > >
Guest Ramesh Srinivasan, MS-MVP Posted August 23, 2008 Posted August 23, 2008 Re: Update Briefcase from Command Line Mention the full path of your Briefcase folder. >> Do I create a text file and then run it through a compiler? Copy the code to a text editor like Notepad and save the file with .vbs extension. -- Regards, Ramesh Srinivasan, Microsoft MVP [Windows Shell/User] The Winhelponline Blog http://www.winhelponline.com/blog "DickJ" <DickJ@discussions.microsoft.com> wrote in message news:F53CC6DA-575C-430F-AD26-BE1DC14254FF@microsoft.com... >I am not familiar with WSH/VBScript. Is this a utility? A separate >software > package? > > Do I create a text file and then run it through a compiler? > -- > Thanks! > DickJ > > > "Ramesh Srinivasan, MS-MVP" wrote: > >> This is possible using WSH/VBScript (InvokeVerb method). See the example >> here: >> http://groups.google.com/group/microsoft.public.win2000.cmdprompt.admin/msg/842b6629f0109573?hl=en >> >> -- >> Regards, >> >> Ramesh Srinivasan, Microsoft MVP [Windows Shell/User] >> The Winhelponline Blog http://www.winhelponline.com/blog >> >> >> "DickJ" <DickJ@discussions.microsoft.com> wrote in message >> news:182B634A-AEFA-47EF-AF7A-E702532CA09E@microsoft.com... >> > Is there a way to update the Briefcase in Windows xP from a command >> > line >> > statement or batch file? >> > -- >> > Thanks! >> > DickJ >> >> >>
Guest Ramesh Srinivasan, MS-MVP Posted August 23, 2008 Posted August 23, 2008 Re: Update Briefcase from Command Line It appears that the 2nd dialog ("Update New Briefcase") cannot be dismissed using a script. You may have to manually click the "Update" button. -- Regards, Ramesh Srinivasan, Microsoft MVP [Windows Shell/User] The Winhelponline Blog http://www.winhelponline.com/blog "Ramesh Srinivasan, MS-MVP" <ramesh@unknownhost> wrote in message news:eRLzoINBJHA.1632@TK2MSFTNGP06.phx.gbl... > Mention the full path of your Briefcase folder. > >>> Do I create a text file and then run it through a compiler? > > Copy the code to a text editor like Notepad and save the file with .vbs > extension. > > > -- > Regards, > > Ramesh Srinivasan, Microsoft MVP [Windows Shell/User] > The Winhelponline Blog http://www.winhelponline.com/blog > > > "DickJ" <DickJ@discussions.microsoft.com> wrote in message > news:F53CC6DA-575C-430F-AD26-BE1DC14254FF@microsoft.com... >>I am not familiar with WSH/VBScript. Is this a utility? A separate >>software >> package? >> >> Do I create a text file and then run it through a compiler? >> -- >> Thanks! >> DickJ >> >> >> "Ramesh Srinivasan, MS-MVP" wrote: >> >>> This is possible using WSH/VBScript (InvokeVerb method). See the example >>> here: >>> http://groups.google.com/group/microsoft.public.win2000.cmdprompt.admin/msg/842b6629f0109573?hl=en >>> >>> -- >>> Regards, >>> >>> Ramesh Srinivasan, Microsoft MVP [Windows Shell/User] >>> The Winhelponline Blog http://www.winhelponline.com/blog >>> >>> >>> "DickJ" <DickJ@discussions.microsoft.com> wrote in message >>> news:182B634A-AEFA-47EF-AF7A-E702532CA09E@microsoft.com... >>> > Is there a way to update the Briefcase in Windows xP from a command >>> > line >>> > statement or batch file? >>> > -- >>> > Thanks! >>> > DickJ >>> >>> >>> > >
Recommended Posts