RickB
2008-12-09 20:34:19 UTC
Every day a user runs this application manually.
Basically, only because I can't figure out how to schedule it.
The application is written in VB.NET and deployed to a server as a
OneClick application.
The main procedure looks for a filename argument and if none is found
it presents an Open Dialog for a user to select a file to process. I
can find the proper file with PowerShell so no user would really be
needed except I can't figure out how to call the thing with the name
of the file as an argument.
The app is already installed so I don't need PowerShell to worry about
whether it is or not.
Manually it gets run from a link on the desktop.
PS 12:11:08 7> type '.\Argus Extract.appref-ms'
file://pmsratl4/vol0/Public_Install/RAS-IT/Argus_Extract/Argus_Extract.application#Argus_Extract.application,
Culture=neutral, PublicKeyToken=a1be66985b0d9f07,
processorArchitecture=msil
Thanks
Basically, only because I can't figure out how to schedule it.
The application is written in VB.NET and deployed to a server as a
OneClick application.
The main procedure looks for a filename argument and if none is found
it presents an Open Dialog for a user to select a file to process. I
can find the proper file with PowerShell so no user would really be
needed except I can't figure out how to call the thing with the name
of the file as an argument.
The app is already installed so I don't need PowerShell to worry about
whether it is or not.
Manually it gets run from a link on the desktop.
PS 12:11:08 7> type '.\Argus Extract.appref-ms'
file://pmsratl4/vol0/Public_Install/RAS-IT/Argus_Extract/Argus_Extract.application#Argus_Extract.application,
Culture=neutral, PublicKeyToken=a1be66985b0d9f07,
processorArchitecture=msil
Thanks