Click here to Skip to main content
15,878,809 members
Articles / Desktop Programming / MFC
Article

asp2php shell

Rate me:
Please Sign up or sign in to vote.
3.18/5 (47 votes)
21 Aug 20052 min read 274.2K   12.2K   33   50
A shell application for the asp2php utility.

Sample Image - a2pshell.jpg

Introduction

OK, well, this isn't going to change the world or anything but I developed it because I needed it and I figured I'd share it with y'all because we do that at CodeProject right?

What is it? Well if you have ever tried to use the .asp to .php conversion utility (asp2php written by Michael Kohn) you may have had the same problems I had to do with converting whole directory structures in one go. It seems as though a single file error causes the whole conversion process to abort. Then you have the choice to convert the files one by one (ugh!) or write something like this (yay!).

Michael has done a great job on the utility and although it's not perfect it sure does give you a good start when you have to convert a site from .asp to .php.

Using the code

The code presented here isn't anything radical like I said before but it may prove useful to some people who don't know how to do things like recursive file searching and shelling out to other apps. The code is commented enough and simple enough to be understandable by most people. I think so, I'm not going to go into detail here ... just look at it and say "big deal!" I know there are a lot of you who are way better than me at writing code so any idiot mistakes you find please let me know ... as well as anything that could be done better if you can be bothered to tell me about them :)

Acknowledgements

Oh yeah ... a big thanks to Dana Holt (I swear I thought you were female from your name) for the 'Browse For Folder" classes ... it was late and I was too tired to figure that stuff out and he had posted it here on CodeProject so I used it :)

Using the program

After you compile the program (or download the release version) just put it in the same folder as the asp2php utility and off you go :)

Update

I finally got round to fixing the "spaces in the path" problem ... it still wont change your world but it's a bit better...

History

  • 10th Feb 2003 - Version 1.
  • 12th August 2005 - Version 1.1.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer
Germany Germany
i write code and i travel and i like dinosaurs and i write in lowercase

Comments and Discussions

 
GeneralRe: How to ask question? Pin
Member 16492810-Feb-03 18:45
Member 16492810-Feb-03 18:45 
GeneralLabel missing apostrophe in "don't" Pin
Shog910-Feb-03 8:55
sitebuilderShog910-Feb-03 8:55 
GeneralRe: Label missing apostrophe in "don't" Pin
Jon Newman10-Feb-03 9:08
Jon Newman10-Feb-03 9:08 
Generalheads up... Pin
l a u r e n10-Feb-03 8:46
l a u r e n10-Feb-03 8:46 
GeneralNicely Done Pin
Roger Wright10-Feb-03 8:38
professionalRoger Wright10-Feb-03 8:38 
QuestionBut Why? Pin
Blake Coverett10-Feb-03 8:20
Blake Coverett10-Feb-03 8:20 
AnswerRe: But Why? Pin
Roger Wright10-Feb-03 8:36
professionalRoger Wright10-Feb-03 8:36 
GeneralRe: But Why? Pin
Jon Newman10-Feb-03 9:05
Jon Newman10-Feb-03 9:05 
GeneralRe: But Why? Pin
Roger Wright10-Feb-03 21:11
professionalRoger Wright10-Feb-03 21:11 
GeneralRe: But Why? Pin
Tili11-Feb-03 7:50
Tili11-Feb-03 7:50 
AnswerRe: But Why? Pin
Paul Watson10-Feb-03 8:41
sitebuilderPaul Watson10-Feb-03 8:41 
GeneralRe: But Why? Pin
Nick Parker10-Feb-03 9:19
protectorNick Parker10-Feb-03 9:19 
GeneralRe: But Why? Pin
Jörgen Sigvardsson10-Feb-03 11:12
Jörgen Sigvardsson10-Feb-03 11:12 
GeneralRe: But Why? Pin
David Wulff10-Feb-03 17:17
David Wulff10-Feb-03 17:17 
AnswerRe: But Why? Pin
l a u r e n10-Feb-03 8:42
l a u r e n10-Feb-03 8:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.