Search found 37 matches

by ismailc
Wed Nov 18, 2009 10:42 pm
Forum: VBScript
Topic: VBScript - Delete locked files
Replies: 6
Views: 11771

VBScript - Delete locked files

Thank You for helping:

I'm struggling to execute in vbscript window.

Code: Select all

	
openfiles.exe /disconnect /op "e:uploadtext.xls" 
	
by ismailc
Wed Nov 18, 2009 6:16 pm
Forum: VBScript
Topic: VBScript - Delete locked files
Replies: 6
Views: 11771

VBScript - Delete locked files

Hi, I want delete all files in a folder, but I get access denied as the file is locked. I use an email function before i'm trying to delete the files, the send email is a built in function of the application: fcMailer.SendMailWithAttachment Process.Company, "email", Subj, "Bo", &...
by ismailc
Wed Nov 18, 2009 6:16 pm
Forum: VBScript
Topic: VBScript - Delete locked files
Replies: 6
Views: 11771

VBScript - Delete locked files

Hi, I want delete all files in a folder, but I get access denied as the file is locked. I use an email function before i'm trying to delete the files, the send email is a built in function of the application: fcMailer.SendMailWithAttachment Process.Company, "email", Subj, "Bo", &...
by ismailc
Mon Nov 16, 2009 2:55 pm
Forum: VBScript
Topic: VBScript,wait until file upload then exe script
Replies: 1
Views: 1864

VBScript,wait until file upload then exe script

Unfortunately not winning & running out of time, I get an error: "Unspecified Error" I can see the files have not uploaded & then get the error Do While NOT objFSOFile.FileExists(strVE1090INTCreditApp) Application.Wait( Now + timeValue("00:00:03")) Loop if objFSOFILE.File...
by ismailc
Sun Nov 15, 2009 7:24 pm
Forum: VBScript
Topic: VBScript,wait until file upload then exe script
Replies: 1
Views: 1864

VBScript,wait until file upload then exe script

Good day, I need help. I have an application that uses aspx pages together with vbscript window for developer coding. Now the page has an <input type='file'> upload object. The problem is that on the same page submit button i'm uploading the file AND executing vbscript command that renames & ema...
by ismailc
Tue Nov 10, 2009 4:02 pm
Forum: VBScript
Topic: Link to file on srv,open in orig state readwrite
Replies: 5
Views: 2522

Link to file on srv,open in orig state readwrite

Thank You for taking time helping me. The application uses aspx pages which creates the objects. I have test server and only have control of the code behind the objects. eg. label fileString = "<a href='upload/test.doc' target=''> View File </a>" fclabel = fileString Is there maybe another...
by ismailc
Mon Nov 09, 2009 5:15 pm
Forum: VBScript
Topic: Link to file on srv,open in orig state readwrite
Replies: 5
Views: 2522

Link to file on srv,open in orig state readwrite

Good day, I desperately need to get the following working. I have an application that uses vbscripting as it's code developing, The two problems I have is: 1. Creating a link to open the attached file which lies on the server in it's original state. fileString = "<a href='upload/test.doc' targe...