Search found 9 matches
- Fri May 17, 2013 4:06 pm
- Forum: Beginners
- Topic: Need help on read file with date code
- Replies: 2
- Views: 5210
- Thu May 16, 2013 11:39 pm
- Forum: Beginners
- Topic: Need help on read file with date code
- Replies: 2
- Views: 5210
Need help on read file with date code
Hi,
I have log files in date code folders, I need send log file via email.
My folder is like c:\autologs\20130515\backup.log
but MJT does not recognize date code.
Any work around?
Thanks,
Leevan
I have log files in date code folders, I need send log file via email.
My folder is like c:\autologs\20130515\backup.log
Code: Select all
ReadFile>c:\autologs\%date:~10,4%%date:~4,2%%date:~7,2%\backup.log,body
Any work around?
Thanks,
Leevan
- Fri Feb 08, 2013 12:01 am
- Forum: Beginners
- Topic: Question on Webrecorder
- Replies: 2
- Views: 5361
Question on Webrecorder
Hello,
When I click on Run in webrecorder session, I will get popup window with
"Unable to locate Macro Scheduler, make sure it is installed".
I have full version and Macro Scheduler has been installed.
Any idea?
When I click on Run in webrecorder session, I will get popup window with
"Unable to locate Macro Scheduler, make sure it is installed".
I have full version and Macro Scheduler has been installed.
Any idea?
- Wed Feb 06, 2013 12:34 am
- Forum: Beginners
- Topic: Detect read only Excel file
- Replies: 5
- Views: 15237
- Tue Feb 05, 2013 11:06 pm
- Forum: Beginners
- Topic: Detect read only Excel file
- Replies: 5
- Views: 15237
Detect read only Excel file
Hello,
Anyone knows how to detect an excel file is read only or not.
Thanks,
Anyone knows how to detect an excel file is read only or not.
Thanks,
- Thu Jan 31, 2013 4:35 pm
- Forum: Beginners
- Topic: How to find Cursor Position
- Replies: 1
- Views: 6713
How to find Cursor Position
Hello,
Is there a way to find Cursor Position in terminal emulator like putty?
Anyone knows?
Thanks,
Libei
Is there a way to find Cursor Position in terminal emulator like putty?
Anyone knows?
Thanks,
Libei
- Tue Jan 29, 2013 10:40 pm
- Forum: Beginners
- Topic: Readln would not work with clipboard
- Replies: 1
- Views: 4772
Readln would not work with clipboard
Hi, I try to read data from clipboard using Readln, but it does not work. GetClipBoard>mydata Message>mydata wait>3 Let>k=1 Label>start ReadLn>mydata,k,line If>line=##EOF##,finish Message>line wait>3 Let>k=k+1 Goto>start Label>finish I will get ##NOFILE##, is there any other command I can use to rea...
- Tue Jan 29, 2013 12:41 am
- Forum: Beginners
- Topic: Extract certain data from clipboard
- Replies: 2
- Views: 9348
- Sun Jan 27, 2013 4:22 pm
- Forum: Beginners
- Topic: Extract certain data from clipboard
- Replies: 2
- Views: 9348
Extract certain data from clipboard
I am just starting using Macro Schedule. I copied some data into clipboard like: user name "Johe Doe" DBO "10/10/185" ID "12345678" Location "LA" GetClipBoard>mydata MessageModal>mydata I can see all the data in clipboard, I need extract "John Doe" and "12345678" put them into an excel file. Can som...