Search found 3 matches

by wilko0070
Sun Jan 04, 2009 6:12 am
Forum: General Discussion
Topic: Create links with RoboTask
Replies: 3
Views: 9899

Create links with RoboTask

But you forgot to tell that the link to "Windows Script Host Object Model" is required. No. Please read the last passage. Also, I see that the created shortcuts are empty. Do you want to fill in they manually? Yes. I used the example only to test the link creating. In my task I use the pr...
by wilko0070
Sat Jan 03, 2009 10:56 am
Forum: General Discussion
Topic: Create links with RoboTask
Replies: 3
Views: 9899

Create links with RoboTask

I found a good solution myself. I used this internal BASIC script: Sub Main Dim sShortcutPath As String, sExtension As String Dim fs As New FileSystemObject Dim oShell As New WshShell sShortcutPath = InputBox("Enter path and filename of link file: ") If sShortcutPath <> "" Then  ...
by wilko0070
Fri Jan 02, 2009 12:01 pm
Forum: General Discussion
Topic: Create links with RoboTask
Replies: 3
Views: 9899

Create links with RoboTask

I manage my file system like a relational database. For that I need many links. Is there a facility in RoboTask to create links easily?