Re: File location using go shell (startc:\..)

2005-08-07 Thread Chipp Walters
Scott, You need to use the shortFilePath() function to return the path in a format shell will understand. best, Chipp -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.10.1/64 - Release Date: 8/4/2005

File location using go shell (startc:\..)

2005-08-06 Thread scott Yang
I have been using the go shell command to open up distant files deep in the Windows filing architecture, but having problems getting past the folder program files Seems I can't get past a folder with two words, eg. Program Files go shell (start c:/program_files/appz_folder/mainframe.exe)

Re: File location using go shell (startc:\..)

2005-08-06 Thread Klaus Major
Hi Scott, I have been using the go shell command to open up distant files deep in the Windows filing architecture, but having problems getting past the folder program files Seems I can't get past a folder with two words, eg. Program Files go shell (start

Re: File location using go shell (startc:\..)

2005-08-06 Thread Jon
You shouldn't need a start before an EXE in Windows. If you specify an EXE file name, Windows just runs the program. Start is for when all you know is a document name, and you want Windows to go find the associated EXE for you. I've never seen anyone successfully use an underscore to

Re: File location using go shell (startc:\..)

2005-08-06 Thread Alex Tweedly
scott Yang wrote: I have been using the go shell command to open up distant files deep in the Windows filing architecture, but having problems getting past the folder program files Seems I can't get past a folder with two words, eg. Program Files go shell (start