Strahinja JANACEK
Active Member
- Messages
- 40
- Solutions
- 5
- Reaction score
- 0
- Points
- 6
Hi al!
I created a task sequence (for testing) where I want to run a vbs script. This script should just open a pop-up window with some text and has an OK and Cancel button.
Within the task sequence I selected "Run Command Line" and added the following command:
cmd.exe /c cscript.exe "\\Server\Fileshare\Path\UserPopUpMessage.vbs"
When I look into Software Center, it says "Waiting to install". After a while nothing happens, it stays at is it.
But when I run the command cmd.exe /c cscript.exe "\\Server\Fileshare\Path\UserPopUpMessage.vbs" directly on my laptop, it's opening the pop-up window with the message.
Any idea what I can check or why it's taking so long ?
Thanks!
BR,
Strahinja
I created a task sequence (for testing) where I want to run a vbs script. This script should just open a pop-up window with some text and has an OK and Cancel button.
Within the task sequence I selected "Run Command Line" and added the following command:
cmd.exe /c cscript.exe "\\Server\Fileshare\Path\UserPopUpMessage.vbs"
When I look into Software Center, it says "Waiting to install". After a while nothing happens, it stays at is it.
But when I run the command cmd.exe /c cscript.exe "\\Server\Fileshare\Path\UserPopUpMessage.vbs" directly on my laptop, it's opening the pop-up window with the message.
Any idea what I can check or why it's taking so long ?
Thanks!
BR,
Strahinja