Search found 18 matches
- Fri Jul 21, 2006 9:56 pm
- Forum: General Discussion
- Topic: Please post a review at SoftPile
- Replies: 8
- Views: 10724
- Thu May 11, 2006 9:10 pm
- Forum: Technical / Scripting
- Topic: Scripts slower with 8.0.2?
- Replies: 8
- Views: 9578
- Thu May 11, 2006 1:10 pm
- Forum: Technical / Scripting
- Topic: Scripts slower with 8.0.2?
- Replies: 8
- Views: 9578
Here are my PC spects to show you it has nothing to with my computer. OS Name Microsoft Windows XP Professional Version 5.1.2600 Service Pack 2 Build 2600 OS Manufacturer Microsoft Corporation System Manufacturer Gateway System Model 506GR System Type X86-based PC Processor x86 Family 15 Model 4 Ste...
- Thu May 11, 2006 12:57 pm
- Forum: Technical / Scripting
- Topic: Scripts slower with 8.0.2?
- Replies: 8
- Views: 9578
Scripts slower with 8.0.2?
When I run the script below with version 8.0.1 I get a result instantly but when I run it with 8.0.2 I get a delay of half a second or so. This is a huge problem for me since a lot of my scripts are written to run at max speed. You may think half a second is no big deal but in my line of work it is!...
- Mon Dec 12, 2005 6:01 pm
- Forum: Technical / Scripting
- Topic: FTPPutFile>Displaying Password
- Replies: 10
- Views: 10586
- Sun Nov 27, 2005 5:15 pm
- Forum: Technical / Scripting
- Topic: FTPPutFile>Displaying Password
- Replies: 10
- Views: 10586
Hi mtettmar Even if you hide the password in the status window people that know where to look can get the password and even steal the entire code... it's happening to me as we speak. Loading the script to memory didn't fix the problems we had with version 7.3 and older which put a file in the Temp f...
- Mon Aug 22, 2005 11:23 am
- Forum: Technical / Scripting
- Topic: VBScript Runtimes Are not Properly Installed error
- Replies: 4
- Views: 8312
- Sat Jun 25, 2005 3:44 pm
- Forum: Beginners
- Topic: How can I know a screen position X,Y ?
- Replies: 4
- Views: 8094
- Tue Jun 07, 2005 2:51 pm
- Forum: General Discussion
- Topic: FTPPutFile> problem
- Replies: 1
- Views: 4407
FTPPutFile> problem
First the script I'm using: WriteLn>C:\directory\test.txt,result,test FTPputFile>ftp.domain.com,username,password,21,c:\directory\test.txt,/directory/test.txt,A Here is the problem I'm having; I have tested it on a DSL connection and T3 connection without any problems... the test.txt file said test ...
- Fri Jun 03, 2005 12:04 pm
- Forum: Technical / Scripting
- Topic: radio buttons
- Replies: 5
- Views: 8777
Here you go hope this helps. Dialog>select_dialog Caption=Tokens Top=223 Width=123 Left=407 Height=187 RadioGroup=msRadioGroup1,Select Bet,8,8,97,97,1 Token%CRLF%1 Tokens%CRLF%3 Tokens%CRLF%4 Tokens%CRLF%5 Tokens,-1 Button=GO,16,112,81,25,1 EndDialog>select_dialog show>select_dialog,r if>r=1,get bet...
- Thu Apr 21, 2005 3:32 pm
- Forum: General Discussion
- Topic: Virtual Key Problems
- Replies: 2
- Views: 6590
- Thu Apr 21, 2005 1:16 pm
- Forum: General Discussion
- Topic: Virtual Key Problems
- Replies: 2
- Views: 6590
Virtual Key Problems
I'm using the latest version of M.S. and can't get the virtual key codes to actually wait, it works if I have it wait for a key on the keyboard to be pressed like this wkd>h or any other letter and number but not virtual key codes. Here is what I want to have happen, I want M.S. to wait for the left...
- Sat Apr 09, 2005 11:09 am
- Forum: Technical / Scripting
- Topic: VBScript Runtimes Are not Properly Installed error
- Replies: 4
- Views: 8312
Support, I'm not sure if the link you posted has helped any of my customers or forum members but one of our members has given me a link for Microsoft Windows Script Debugger which has helped her fix the VBScript Runtimes Are not Properly Installed error. I just want to pass this info on in case some...
- Tue Apr 05, 2005 12:23 pm
- Forum: Technical / Scripting
- Topic: VBScript Runtimes Are not Properly Installed error
- Replies: 4
- Views: 8312
- Mon Apr 04, 2005 11:56 pm
- Forum: Beginners
- Topic: Dual input Dialog box?
- Replies: 1
- Views: 5191
I know this is a little but what the heck it might help some else. :wink: Using a dialog would be the way I go... I hope this solves your problem. Dialog>Dialog1 Caption=Your Program Top=250 Width=286 Left=344 Height=149 Label=Enter Path One,16,8 Label=Enter Path Two,24,56 Edit=msEdit1,16,24,121,Pat...