Skip to content

Commit

Permalink
Create install.vbs
Browse files Browse the repository at this point in the history
  • Loading branch information
api-tsukasa authored Mar 3, 2024
1 parent ac4648b commit f202b52
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions install.vbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.Run "npm i", 0, True

WScript.Sleep 1000

' Eliminar el archivo started-first.bat
Set fso = CreateObject("Scripting.FileSystemObject")
fso.DeleteFile "started-first.bat"

0 comments on commit f202b52

Please sign in to comment.