Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Can we run Windows Script file from Excel/Office Application

/c tells the OS to close the window when it finishes.

For testing purposes, you may want to use /k to keep the window open.

And if you shell to DOS:
Windows start button|Run
type:
cmd
and hit enter

You can type this and hit enter:
cmd /?
And you'll see a help screen that starts with:

Starts a new instance of the Windows XP command interpreter

CMD [/A | /U] [/Q] [/D] [/E:ON | /E:OFF] [/F:ON | /F:OFF] [/V:ON | /V:OFF]
[[/S] [/C | /K] string]

/C Carries out the command specified by string and then terminates
/K Carries out the command specified by string but remains
......





Gary''s Student wrote:

Have you tried something like:

Sub Macro1()
x = Shell("cmd.exe /c C:\hooklmp.wsf", 1)
End Sub
--
Gary's Student

"PeeDi" wrote:

Hi,

I am creating an Excel Application (Office 2000) where I need to execute a
Windows Script file. It would be better if I could run the script from the
Application with a click of button. I couldnt find a solution for this. I
could run any .exe file using Shell command. But cant run .wsf (windows
script file). Is there any way to do so???

Please reply, if you know this.
--
Help yourself.......Dont wait for GOD...


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can we run Windows Script file from Excel/Office Application PeeDi Excel Programming 0 December 29th 06 10:10 AM
Please free the Application Windows in Office 2007 DaveEv Excel Discussion (Misc queries) 0 October 22nd 06 12:29 PM
Create/Write to an Excel File in a C# Windows Application PK9 Excel Programming 0 March 2nd 06 06:20 PM
Can u Import Macintosh 2.1 Excel file into Windows Office 2000? Gail Excel Discussion (Misc queries) 0 September 2nd 05 02:26 PM
Application file search error in Office XP No Name Excel Programming 0 October 22nd 03 05:06 AM


All times are GMT +1. The time now is 10:00 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"