mirror of
https://gitlab.com/orbital-debris-research/directed-study/report-1.git
synced 2025-08-01 02:51:23 +00:00
parsed and compiled data
This commit is contained in:
@@ -1,30 +1,30 @@
|
||||
#Persistent
|
||||
OnClipboardChange("ClipChanged")
|
||||
return
|
||||
|
||||
ClipChanged(Type) {
|
||||
; _____ _
|
||||
; / ____| |
|
||||
; | | | |__ __ _ _ __ __ _ ___
|
||||
; | | | '_ \ / _` | '_ \ / _` |/ _ \
|
||||
; | |____| | | | (_| | | | | (_| | __/
|
||||
; \_____|_| |_|\__,_|_|_|_|\__, |\___|
|
||||
; | \/ | ____| __/ |
|
||||
; | \ / | |__ |___/
|
||||
; | |\/| | __|
|
||||
; | | | | |____
|
||||
; |_| |_|______|
|
||||
;
|
||||
; \/\/\/\/\/\/\/\/\/\/\/\/\/\/
|
||||
outputDir := "C:\Coding\fusion-properties\parts\"
|
||||
|
||||
|
||||
Random, rand, 10000, 99999
|
||||
|
||||
file := FileOpen(outputDir . rand . ".txt","w")
|
||||
|
||||
file.Write(clipboard)
|
||||
file.Close()
|
||||
}
|
||||
|
||||
Esc::ExitApp ; Exit script with Escape key
|
||||
#Persistent
|
||||
OnClipboardChange("ClipChanged")
|
||||
return
|
||||
|
||||
ClipChanged(Type) {
|
||||
; _____ _
|
||||
; / ____| |
|
||||
; | | | |__ __ _ _ __ __ _ ___
|
||||
; | | | '_ \ / _` | '_ \ / _` |/ _ \
|
||||
; | |____| | | | (_| | | | | (_| | __/
|
||||
; \_____|_| |_|\__,_|_|_|_|\__, |\___|
|
||||
; | \/ | ____| __/ |
|
||||
; | \ / | |__ |___/
|
||||
; | |\/| | __|
|
||||
; | | | | |____
|
||||
; |_| |_|______|
|
||||
;
|
||||
; \/\/\/\/\/\/\/\/\/\/\/\/\/\/
|
||||
outputDir := "C:\Coding\fusion-properties\parts\"
|
||||
|
||||
|
||||
Random, rand, 10000, 99999
|
||||
|
||||
file := FileOpen(outputDir . rand . ".txt","w")
|
||||
|
||||
file.Write(clipboard)
|
||||
file.Close()
|
||||
}
|
||||
|
||||
Esc::ExitApp ; Exit script with Escape key
|
||||
|
Reference in New Issue
Block a user