Search found 3 matches
- Mon Jan 04, 2010 7:18 pm
- Forum: Technical / Scripting
- Topic: How to get ascii for the following charecters
- Replies: 1
- Views: 2600
How to get ascii for the following charecters
I have a filemonitoring application, it is using macroscheduler .scp scripts. Before it processes a file, it checks the filename, and make it work: i am having problem with these two charecters, the application is tweaking replacing them with another wild charecter: "ñ" is becoming this: "¤" "2ª"...
- Tue May 05, 2009 9:24 pm
- Forum: Technical / Scripting
- Topic: Faulting Application kernel32.dll, version 5.2.3790.4062
- Replies: 4
- Views: 6538
Hello Bob, This is my first time trying to debug this script, is it possible can you please if don't mind provide me a sample script. How to use the delay. I use the following program img2pdf.exe to process image files to searchable pdf's: Function IsProcessRunning(ProcessName) Set oWMIService = Get...
- Tue May 05, 2009 8:40 pm
- Forum: Technical / Scripting
- Topic: Faulting Application kernel32.dll, version 5.2.3790.4062
- Replies: 4
- Views: 6538
Faulting Application kernel32.dll, version 5.2.3790.4062
I am using the following script: DeleteFile on the windows server 2003. ************** IfFileExists>%archivepath%%filename% DeleteFile>%archivepath%%filename% DateStamp>%logfilename%,%archivepath%%filename% already exists a copy of it was placed in the archive folder Endif CopyFile>%flline%,%archive...