You are here

Ccrypt Command Params, help doing it with ahk.

3 posts / 0 new
Last post
Nathan9222
Nathan9222's picture
Offline
Last seen: 2 years 6 months ago
Developer
Joined: 2007-12-06 22:35
Ccrypt Command Params, help doing it with ahk.

Hola,
I have been trying to pass command Params to ccrypt, and I have done it, except I can only encrypt something that is in the C:\ part of the drive, It wont encrypt anything that is for example in My Documents and I cant figure out why. So can someone explain to me the proper way to use ccrypt. Thanks in advance. Smile

dbau
dbau's picture
Offline
Last seen: 13 years 10 months ago
Joined: 2008-04-04 06:52
If the path has spaces you

If the path has spaces you need to surround it with double quotes, e.g.:
"C:\Documents And Settings\UserName\My Documents"

Nathan9222
Nathan9222's picture
Offline
Last seen: 2 years 6 months ago
Developer
Joined: 2007-12-06 22:35
Nice, Thanks, that really

Nice, Thanks, that really help me out, now all I need to do is get this to work with my script. Biggrin

An eye for an eye makes the whole world blind.
Mahatma Gandhi,
Indian political and spiritual leader (1869 - 1948)

Log in or register to post comments