Thanks for your reply. I resolve this issue by using schtasks command. On Thursday, November 27, 2014 9:27:38 AM UTC+8, Alvaro Miranda Aguilera wrote: > > this is a ms windows feature. > > you should test with 'at' and schedule to run now/ or close from now.. > > or test with start > > star /? > > start /max notepad > > > > On Thu, Nov 27, 2014 at 2:24 PM, <[email protected] <javascript:>> wrote: > >> I installed vagrant 1.6.5 and created one Windows XP (with service pack >> 3) box by VirtualBox. My host was Windows 7 Enterprise edition(64 bit) with >> service pack 1. >> >> When I run "vagrant provision" command, the following inline script run >> with no problem. i also could see notepad.exe process in the task manager >> of XP box. But there was no GUI interface on the screen. >> config.vm.provision "shell", privileged: false, inline: "notepad >> c:\content.txt" >> >> If I run "notepad c:\content.txt" in the cmd window of XP box, Notepad >> GUI will be shown. i can see the text of the file c:\content.txt. >> So would you please help me to take a look this issue? Until now, I don't >> know where is the root cause. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Vagrant" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > >
-- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
