Just rename the files as they come in, anything like....
Let>????=yourfile
getdate>date
gettime>time
Separate>%date%,/,date
Separate>%time%,:,time
RenameFile>%yourfile%,c:\newfile%date_1%%date_2%%date_3%%time_1%%time_2%.txt
Search found 29 matches
- Thu Sep 08, 2011 11:27 pm
- Forum: Technical / Scripting
- Topic: RetrievePOP3 and attachements with same name
- Replies: 2
- Views: 3955
- Mon Aug 03, 2009 8:59 pm
- Forum: Technical / Scripting
- Topic: Get data from Excel
- Replies: 33
- Views: 33489
I don't know if this helps any, but I ran the VB code for the find feature that Marcus shared. The first couple of time I also got an error.....Then I realized that while trying to step through the scrip I had had not completely finished stepping through the whole script a couple of times and had ju...
- Mon Jul 20, 2009 2:42 am
- Forum: Technical / Scripting
- Topic: Get data from Excel
- Replies: 33
- Views: 33489
I hope this helps, not sure if its exactly what you want, //Put this VBSTART..VBEND block at top of script //to declare the functions once VBSTART Dim xlApp Dim xlBook Dim Sheet 'Opens the Excel file in Excel Sub OpenExcelFile(filename) Set xlApp = CreateObject("Excel.Application") xlApp.visible = f...
- Mon Jul 06, 2009 2:25 pm
- Forum: Enhancement Suggestions
- Topic: iPhone or iTouch.
- Replies: 1
- Views: 6000
iPhone or iTouch.
Are there any plans to port the msNetGui to iPhone or itouch? As these devices have VPN capabilities then I would like to set off self healing scripts from my phone. I recieve alerts from servers when they have a problem of some sort. I have MS scripts that can contact the boxes and fix problems. I ...
//Sets the message box size... Let>MSG_HEIGHT=120 Let>MSG_WIDTH=500 //Repeat a variable....the variable could be k or s or anything you like, however we set the variable to equal 0 Let>k=0 Repeat>k //Do something, in your case put here the code that allows you do do something once. //Example, poke s...
- Sat Jun 27, 2009 5:52 pm
- Forum: Technical / Scripting
- Topic: Saving SCREEN as a variable.
- Replies: 5
- Views: 6526
Hi, I settled on Qsofts ram drive and have been very pleased with it. The reason is that i can set it to take an image of the ram drive every 15 or 30 mins.... So I don't loose much at all if there is a power down.....but also because it loads the last image at boot.....So it just appears with all m...
- Sat Jun 27, 2009 5:51 pm
- Forum: Technical / Scripting
- Topic: Saving SCREEN as a variable.
- Replies: 5
- Views: 6526
Hi, I settled on Qsofts ram drive and have been very pleased with it. The reason is that i can set it to take an image of the ram drive every 15 or 30 mins.... So I don't loose much at all if there is a power down.....but also because it loads the last image at boot.....So it just appears with all m...
- Sat Jun 27, 2009 5:41 pm
- Forum: Technical / Scripting
- Topic: All of my scripts were deleted.
- Replies: 3
- Views: 4858
This happened to me a few times where I didn't loose the scripts but the data base file with all the groupings becomes corrupt...The really easy solution is to make an MS script that backs up or makes a zipped up copy of all your files, (including all files in the directory and snippets dir) and the...
- Thu May 07, 2009 1:12 pm
- Forum: Technical / Scripting
- Topic: Trying to get Dialog reset working with a variable update.
- Replies: 2
- Views: 4613
One stunned member here..!!.... lol..... Thank you Rain......I looked at this for ages thinking why oh why does this this not work... I use the dialog boxes all the time now with huge amounts of content and I never forget those things..........then just jotting down a simple script I forget the obvi...
- Thu May 07, 2009 12:44 pm
- Forum: Technical / Scripting
- Topic: Trying to get Dialog reset working with a variable update.
- Replies: 2
- Views: 4613
Trying to get Dialog reset working with a variable update.
Perhaps I have just looked at this to much, however I can't get this script to work quite right. My intent is to replace the numbers with graphics, so this is really a proof of concent on my part to see if I can get variables to keep updating in a dialog box. Also that there will be 10 numbers appea...
- Thu Apr 23, 2009 9:34 am
- Forum: Beginners
- Topic: How can I hold down a key
- Replies: 11
- Views: 29760
- Thu Apr 23, 2009 8:23 am
- Forum: Technical / Scripting
- Topic: Experience is something you get after you neeeded it, Help!
- Replies: 1
- Views: 3108
Experience is something you get after you neeeded it, Help!
I have a couple of problems I need to get past.....and need some wisdom please... I am building a toolbox of utils. As there are many buttons on the dialog, I wanted to not include all the code in the main script but rather have the script run other small scripts that are in the prog dir. So I have ...
- Wed Apr 22, 2009 8:35 pm
- Forum: Technical / Scripting
- Topic: Import binary
- Replies: 4
- Views: 6144
Nick, sorry I havent replied sooner but I did find that the same was happening for me. I contacted Marcus and he confirmed there was a small error in the that function that he is about to release. The reason why was hard to spot or notice is that most people import the binary and then call it from i...
- Sun Apr 12, 2009 9:59 pm
- Forum: Technical / Scripting
- Topic: Import binary
- Replies: 4
- Views: 6144
Hi, Notice the form of the variables for the positions at the mouse move command from the array's. Also it goes without saying that the images have got to be visible. ExportData>1:GREENLIGHT.BMP_DATA,%TEMP_DIR%GREENLIGHT.BMP_DATA.bmp FindImagePos>%TEMP_DIR%GREENLIGHT.BMP_DATA.bmp,SCREEN,0,0,X,Y,NumF...
- Wed Apr 08, 2009 3:52 am
- Forum: Technical / Scripting
- Topic: Build Dialog on Conditions
- Replies: 3
- Views: 4882
Here are a couple of examples. Try using this and then setting the 0 and the end to 1 and run it again. So basically you can use multiple lines like this just before the "Show>Dialog1,s" SetDialogObjectVisible>Dialog1,msCheckBox4,0 This makes the Object visible or not rather than leaves it visible b...