mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add atom.cmd
This commit is contained in:
0
resources/win/atom.cmd
Normal file
0
resources/win/atom.cmd
Normal file
@@ -4,5 +4,7 @@ var options = {
|
||||
detached: true,
|
||||
stdio: 'ignore'
|
||||
}
|
||||
|
||||
console.log(process.argv);
|
||||
spawn("C:\\Users\\kevin\\AppData\\Local\\atom\\app-0.156.0\\atom.exe", [], options);
|
||||
process.exit();
|
||||
|
||||
Reference in New Issue
Block a user