Win New file cleanup

pull/318/head
bg-wa 2018-02-13 21:57:22 -08:00
parent 17e0b3d50c
commit a479964196
1 changed files with 5 additions and 1 deletions

View File

@ -52,7 +52,11 @@ function DROP() {
case "$os" in
WIN)
QUACK STRING fsutil file createnew "$destination"
RUN WIN notepad.exe "$destination"
QUACK ENTER
QUACK DELAY 500
QUACK STRING notepad.exe "$destination"
QUACK ENTER
QUACK DELAY 1000
;;
*)
QUACK STRING vi "$destination"