SSForum.net is back!
-
Posts
974 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Events
Gallery
Articles
Everything posted by Xog
-
*cough* word1 = CLOSING BOOK class1 = CBCD word2 = CLOSING FOLDER word3 = CLOSING SET class2 = CLOSING DOCUMENTS word4 = PROSP class3 = PROS { Send !e sleep 1000 Loop 12 { Send {Shift}+{Tab} } sleep 500 Send {Enter} sleep 500 Send {Shift}+{Tab} Send Wallets sleep 500 Send {Tab 3} sleep 500 Send {HOME} Send +{End} Send +{Down} Send +{Down} Send +{Down} Send ^c sleep 500 ClipWait if Clipboard contains %word1% Send {TAB 17}%class1% else if Clipboard contains %word2%,%word3% Send {TAB 17}%class2% else if Clipboard contains %word4% Send {TAB 17}%class3% Send {TAB} Send {Enter} }
-
What was the point of this?
-
It's not 100% automated.. the script was originally supposed to just fix a barcode problem, which we wound up fixing.. then I delved a little deeper into the script and made it do a few more things that only takes up my time. It's just making my job more productive, not obsolete. I'm going to get this project finished much faster with the script - Hell, today? I made almost 1,000 files. Yesterday I made 194 without it. Once I'm done re-doing the file room.. it's not "Go home you have nothing more to do" ... paralegals, secretaries, etc. submit new files in here every day. That's what my real job is.. but this annoying side project (which is taking up 95% of my daily time) is really just a big bother.. I could just be sitting back enjoying my time if we didn't have to do this stupid re-production of ALL these files. Most of the staff here at the new office was transferred to our main office in midtown, it's SOOO slow here. I really can't wait to just kick back and relax once it's done. oh, and thanks for the help to those that helped me
-
Berlusconi (Italy's Prime Minister) hit in face at campaign rally
Xog replied to Bak's topic in General Discussion
The suspect was taken in to custody.. 6 hours later he "Mysteriously escaped" -
Pssh. *nibbles on finger nails while in the fetal position*
-
It's a very simple script and it would be put to good use if it worked. >:\ ;CTRL+W initiates the script to start ^w:: { ;(!e = ALT+E on keyboard) Brings up the edit option for the highlighted item Send !e ;Pauses for 1 second sleep 1000 ;Loops the following line 12 times Loop 12 { ;Presses Shift+Tab once, but is looped 12 times by previous command Send {Shift}+{Tab} } ;Pauses for half a second sleep 500 ;Presses Enter on the keyboard Send {Enter} } fixed it.. had to change from Send,En to Send {Enter} :\ Would anyone know how I would make it so that it can initiate the macro based on me scanning a barcode? Like for instance.. I don't think this'll work because I've never seen it but.. 0,1,2,3,4,5,6,7,8,9+{Enter}:: Sleep 15000 I don't know how I would be able to make it shorter without saying {0}+{Enter}:: {1}+{Enter}:: etc but that doesns't even work.. just tried it how would I be able to do this? The scanner presses each key seperately, so it's not a combination of keys, it's 0, then enter or 1, then enter, etc. edit: project complete. FILE 1: SCAN.ahk #InstallKeybdHook ;Run the macro on either an "f" or "t" from the barcode scanner. f:: t:: ; Capture the input, terminated by a newline or Enter. Input Barcode, ,`n{Enter} ; Prepend the leading zeroes. while StrLen(Barcode) < 10 { Barcode := % "0" . Barcode } ; Type out the new barcode followed by an Enter. SendInput %Barcode%{Enter} Sleep 5000 Run C:\Documents and Settings\sinclal\Desktop\AHK\ReCreate\ADD PASTE.ahk ; Assign the toggle-suspend function to a hotkey. { F9::Suspend } FILE 2: ADD PASTE.ahk (The file that SCAN.ahk calls to) { Send !e sleep 1000 Loop 12 { Send {Shift}+{Tab} } sleep 500 Send {Enter} sleep 500 Send {Shift}+{Tab} Send Wallets Send {Tab} } It works like a charm! all I do is scan a barcode then BAM! everything's created! ROFL And, thanks for the silent treatment guys. :\ I wish I could get it to somehow remember or store reference numbers for certain classifications that it can recall to.. that's a completely different league though o_O
-
lol, well I got a fix that's very useful and it performs in realtime as I'm scanning into the search field.. anywho.. I'm kinda jumbled up on such a simple command for AHK.. I can't seem to get shift+tab to work. I've tried so many different things, NOTHING works! Send Shift+Tab Send +Tab Send {Shift}{Tab} Send {Shift+Tab} Send {Shift}+{Tab} Send {+Tab} wtf ! edit: nevermind.. for some reason.. NOOWW Send {Shift}+{Tab} works. Shouldn't +Tab be a shift+tab on keyboard? edit2: moar issuez.. So I get the program to press shift+Tab in a loop the right amount of times to get to the button I want it to press.. Just in case my computer lags, I have it sleep for half a second and then press enter sleep 500 Send,En I see the highlighted button I want, it tabbed to the right one.. then Enter is pressed .. and apparently it's functioning as if the button BEFORE that one was pressed.. but the other one was highlighted.
-
LOL, wow man couldn't have said it better my self. Sometimes I feel like 90% of staff in any zone is offline because they're bored. edit: now that I think about it, I think it would bring more activity and attention to the game much more. If you think about it, with more staff being active, that means there's more direction, and more leadership from the "authoritative figures" that are presented on their respective citizens. RRRRRRRRRIIIIIIIIIIIIPPPPPPPPPPPEEEEEEEEEEEDDDDDDDDDDDDDDDD
-
see: http://www.ssforum.net/index.php?showtopic=24093
-
Okay. Now take everything you said and turn it into an AutoHotkey script (serious). Figure out what sequence of keystrokes it takes to do each thing, and then script it up. You can even do mouse movements and clicks with AHK, though this should be avoided for maximum reliability. I'd love to -- but it's not quite that easy. Each item has to be given a reference number, which I don't think AHK can't really do unless it can count how many "Wallets" are made with a certain classification?.. Here's what I mean Say you have 5 wallets. 2 are Prosupplements 1 is Correspondence 1 is a Closing Book 1 is Closing Documents The reference system would go like this: Prosupplement of XX blahblahx -Reference: 00001 --Inside of XX blahblahx are 3 folders, with names. Each folder is assigned a reference number going from 00001 to 00003. I have to type the description of each folder manually because the previous department here didn't do this procedure with FileSurf Prosupplement of XX blahblahy -Reference: 00002 --Inside of XX blahblahx are 10 folders, with names. Each folder is assigned a reference number going from 00001 to 00010. I have to type the description of each folder manually because the previous department here didn't do this procedure with FileSurf Correspondence and subfolders A-Z dated 1/14/08-6/22/08 -Reference: 00001 --Inside of Correspondence and subfolders A-Z dated 1/14/08-6/22/08 are 7 folders, with names. Each folder is assigned a reference number going from 00001 to 00007. I have to type the description of each folder manually because the previous department here didn't do this procedure with FileSurf Closing Book for Case Blah -Reference: 00001 --Inside of Closing Book for Case Blah are 5 folders, with names. Each folder is assigned a reference number going from 00001 to 00005. I have to type the description of each folder manually because the previous department here didn't do this procedure with FileSurf Closing Documents for Case Blah -Reference: 00001 --Inside of Closing Documents for Case Blah are 7 folders, with names. Each folder is assigned a reference number going from 00001 to 00007. I have to type the description of each folder manually because the previous department here didn't do this procedure with FileSurf Would there be a way to have AHK count how many Item Type = Wallets with a certain Classification, find the highest "Ref" number, then +1 to that value??
-
http://img42.imageshack.us/img42/8787/accutrac.jpg Edit: Might I add.. after each file is created, I then have to print out labels (one for the front and one for the side tab) and slap them on to new "wallets" (aka redwelds)
-
Since I don't have the proper rights to change the Item Type of a particular entry, we have to open up the file that was dumped into Accutrac from FileSurf, click Add Paste (it's like pressing Copy+Paste for a file on ur computer), which creates a new file with all of the properties.. but now that I'm creating a new file, I now have the priviledge of making the Item Type to something I choose. Once I change that, I give it the proper classification (Prosupplements, Correspondence, Closing Documents/Books/CDs, literally hundreds on the list) and click OK.. now that a copy of that file was made with the proper Item Type and Classification (which now has its own barcode number), I delete the old file. It's a very time consuming and ridiculous procedure because it's hard to integrate non-native files into our database because they have different structures from the other software (FileSurf).
-
it was a copied comment from the bottom of the article. thought it'd be humorous to add here
-
Isn't the Hadron collider in that area, you know the one that will create tiny little black holes here on earth that will have no effect on us. I can't believe this isn't being investigated as such, before it is to late.
-
testing something that might be useful !!! [u]testing [s]something [i] that [b] might [/b] be [/u]useful [/s] !!! [/i] edit: so.. everything can be used in combination except for bold and italics.
-
you see the thing is, this isn't something I can run on my computer.. it's got to be done with administrative priveledges (to edit an item type), which means the firmwide manager is going to have to do it.. and he works in the Boston office, I'm in New York.. this is no small-time company by any means and I definitely wouldn't want to propose an idea I know nothing about only to be laughed at by him.. So help me form some questions about this that I could ask him.. 1) Are you experienced in PROGRAM_LANGUAGES_HERE? (languages related to the script he'd be writing) 2) Are you familiar with AutoHotKey? 3) Can you run a script that would edit the item types from Folders to Wallets for all files with something say like.. Item Type=Folders, Classification=UNCLASSIFIED, Barcode=0000*? what else could I ask.. or what should I change to make it sound more influential and not retarded
-
anyone know if this would be viable? i know absolutely nothing about databases / servers and running scripts on them.. incorrect code by try to understand and not laugh at my pathetic code generalizations: (Assuming the database is taken down for a night) Stage 1: ---- Scan all database entries... if Item Type=Folders, Classification=UNCLASSIFIED, Barcode=0000* then copy Barcode number, paste to AllMcKeeFiles.txt, press Enter ---- Stage 2: ---- Read AllMcKeeFiles.txt Copy line 1 Paste in search field, press Enter Edit Item Type to Wallets Enter, Enter Copy line 2, all the way to the end of the file ---- would that be really difficult? I mean.. honestly.. I've gotten pretty buddy buddy with the firmwide records manager that's in charge of all this stuff. If it's possible to make a script that would do this, our job would be done literally overnight... I'm not asking you guys to make the script as you'd probably have to get field IDs or something and that's something you can't do without the program itself.. however the firmwide manager knows quite a bit about computers and can probably throw a script like this together without much of an issue.. i've got no idea what kind of program this would run from, how it would run it, or anything o_O..
-
I was permabanned from TW and given like a 2 year or so netban for toying around with CE after I first discovered it in like 2005 ..by Rudy then like a month ago I decided to PM cool koen and he was nice and let me off the ban
-
My co-worker got really confused by this simple little program. Apparently she denies not reading the **READ ME** in the email I sent with the file.. but she wound up scanning an item (then it suspends) then she pressed F9 to unsuspend, and started typing.. needless to say she pressed an "f" or "t" and the macro took action.. making her keyboard useless until she pressed enter. she didn't know this and thought the computer froze. so she cold booted and proceeded to bark on me and argue that the program isn't working right... all she had to do was press enter to fix her problem.... edit: here's the readme After you scan a barcode, the script will go into SUSPEND mode, which basically means that it won't work. This feature was added to prevent the script from interrupting your typing when you're not scanning. F9 toggles suspend on/off. The icon on your task bar will either be a green icon with an "H" or an "S". If the icon is an H, it means the script is NOT suspended and you should be able to scan a barcode. If the icon is an S, it means the script is suspended and you should be able to type without any problems. If you try typing while the icon is an "H" then it will seem like your computer is frozen - It's not. Just press Enter, which will then enter a few 0s and then suspend the script, turning it into an S. Then you may continue typing.
-
http://wiki.minegoboom.com/index.php/LVL
-
haha. i made a little looping AHK script that made my ship fly around and shoot bullets/bombs at random, then warp back to the center, rinse and repeat.. it did get me banned for having it run over night though :\
-
sort of like cloud computing.. but expensive without this coupon thing
-
I remember his old site with his whole portfolio of just about everything he's ever done was here: http://soifall.net/~picano/news.php However the site is no longer online. Anyone know where it moved to?
-
It's occurred to me now that this script might not actually work. I tested it by manually keying in barcode strings like f-1-1-1-1-1-1-enter. If the barcode scanner sequentially streams in characters, then it will probably work. If it just dumps the whole barcode sequence like a paste operation, then it won't work. One could create a smarter script to properly handle that input though. it works! I can pause the script with F9 to type out file descriptions or whatever. THANK YOU from me and the rest of Records !! I added F9::Suspend